Html Css Color HEX #129AA9 Pelorous

📋 copy color: '#129AA9'

red 18 ◦ green 154 ◦ blue 169

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

Shades of Pelorous #129AA9

Tints of Pelorous #129AA9

RGB

 RED value IS 18 (7.42% from 255) = 5.28%

 GREEN value IS 154 (60.55% from 255) = 45.16%

 BLUE value IS 169 (66.41% from 255) = 49.56%

R = 5.28%
G = 45.16%
B = 49.56%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#129AA9 (or 0x129AA9) is known color: Pelorous. HEX triplet: 12, 9A and A9. RGB value is (18,154,169). Sum of RGB (Red+Green+Blue) = 18+154+169=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #129AA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA9 is #ED6556. Grayscale: #727272. Windows color (decimal): -15557975 or 11115026. OLE color: 11115026.

HSL color Cylindrical-coordinate representation of color #129AA9: hue angle of 185.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129AA9 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 154 169 -
CMYK 0.89 0.09 0 0.34
HSL 185.96º 0.81% 0.37% -
HSV(B) 185.96º 0.89% 0.66% -
XYZ 18.97 26.1 41.58 -
YUV 115.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 18 154 169 0.89 0.09 0 0.34 185.96 0.81 0.37
Hex 12 9A A9 59 9 0 22 BA 51 25
Octal 22 232 251 131 11 0 42 272 121 45
Binary 10010 10011010 10101001 1011001 1001 0 100010 10111010 1010001 100101

Color Harmonies of #129AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AA9

Black with #129AA9

Text Example


Text Example

White with #129AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129AA9; }

 p { color: rgb(18,154,169); }

 H1.HeaderClassName
 {
   color: #129AA9;
 }
 .AnyTagClassName
 {
   color: #129AA9;
 }
</style>

background-color css

<style>
 a { background-color: #129AA9; }

 a { background-color: rgb(18,154,169); }

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

border-color css

<style>
 span { border-color: #129AA9; }

 span { border-color: rgb(18,154,169); }

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