#1D9DBE

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

Shades of Pelorous #1D9DBE

Tints of Pelorous #1D9DBE

Color information

#1D9DBE (or 0x1D9DBE) is unknown color: approx Pelorous. HEX triplet: 1D, 9D and BE. RGB value is (29,157,190). Sum of RGB (Red+Green+Blue) = 29+157+190=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D9DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9DBE is #E26241. Grayscale: #7A7A7A. Windows color (decimal): -14836290 or 12492061. OLE color: 12492061.

HSL color Cylindrical-coordinate representation of color #1D9DBE: hue angle of 192.3º 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 #1D9DBE is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29157190-
CMYK0.850.1700.25
HSL192.3º73.52%42.94%-
HSV(B)192.3º84.74%74.51%-
XYZ21.8628.0952.99-
YUV122.49166.0961.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.71%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=7.71%
G=41.76%
B=50.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291571900.850.1700.25192.373.5242.94
Hex1D9DBE5511019c04a2b
Octal352352761252103130011253
Binary111011001110110111110101010110001011001110000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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