Html Css Color HEX #1D9EAA Pelorous

📋 copy color: '#1D9EAA'

red 29 ◦ green 158 ◦ blue 170

#1D9EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1D9EAA

Tints of Pelorous #1D9EAA

RGB

 RED value IS 29 (11.72% from 255) = 8.12%

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 8.12%
G = 44.26%
B = 47.62%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D9EAA (or 0x1D9EAA) is known color: Pelorous. HEX triplet: 1D, 9E and AA. RGB value is (29,158,170). Sum of RGB (Red+Green+Blue) = 29+158+170=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D9EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9EAA is #E26155. Grayscale: #787878. Windows color (decimal): -14836054 or 11181597. OLE color: 11181597.

HSL color Cylindrical-coordinate representation of color #1D9EAA: hue angle of 185.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D9EAA is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 158 170 -
CMYK 0.83 0.07 0 0.33
HSL 185.11º 0.71% 0.39% -
HSV(B) 185.11º 0.83% 0.67% -
XYZ 19.99 27.62 42.31 -
YUV 120.8 155.76 62.52 -
System Red Green Blue C M Y K H S L
Decimal 29 158 170 0.83 0.07 0 0.33 185.11 0.71 0.39
Hex 1D 9E AA 53 7 0 21 B9 47 27
Octal 35 236 252 123 7 0 41 271 107 47
Binary 11101 10011110 10101010 1010011 111 0 100001 10111001 1000111 100111

Color Harmonies of #1D9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9EAA

Black with #1D9EAA

Text Example


Text Example

White with #1D9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,158,170); }

 H1.HeaderClassName
 {
   color: #1D9EAA;
 }
 .AnyTagClassName
 {
   color: #1D9EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(29,158,170); }

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

border-color css

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

 span { border-color: rgb(29,158,170); }

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