#1D8EBE

Color #1D8EBE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D8EBE

Tints of Pelorous #1D8EBE

Color information

#1D8EBE (or 0x1D8EBE) is unknown color: approx Pelorous. HEX triplet: 1D, 8E and BE. RGB value is (29,142,190). Sum of RGB (Red+Green+Blue) = 29+142+190=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D8EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8EBE is #E27141. Grayscale: #717171. Windows color (decimal): -14840130 or 12488221. OLE color: 12488221.

HSL color Cylindrical-coordinate representation of color #1D8EBE: hue angle of 197.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8EBE is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29142190-
CMYK0.850.2500.25
HSL197.89º73.52%42.94%-
HSV(B)197.89º84.74%74.51%-
XYZ19.4723.3252.19-
YUV113.68171.0667.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 8.03%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=8.03%
G=39.34%
B=52.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291421900.850.2500.25197.8973.5242.94
Hex1D8EBE5519019c64a2b
Octal352162761253103130611253
Binary111011000111010111110101010111001011001110001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D8EBE; }

 p { color: rgb(29,142,190); }

 H1.HeaderClassName
 {
   color: #1D8EBE;
 }
 .AnyTagClassName
 {
   color: #1D8EBE;
 }
</style>
background-color css

<style>
 a { background-color: #1D8EBE; }

 a { background-color: rgb(29,142,190); }

 div.DivClassName
 {
   background-color: #1D8EBE;
 }
 .BgClassName
 {
   background-color: #1D8EBE;
 }
</style>
border-color css

<style>
 span { border-color: #1D8EBE; }

 span { border-color: rgb(29,142,190); }

 td.TdClassName
 {
   border-color: #1D8EBE;
 }
 .TagClassName
 {
   border-color: #1D8EBE;
 }
</style>