Html Css Color HEX #129FAA Pelorous

📋 copy color: '#129FAA'

red 18 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #129FAA

Tints of Pelorous #129FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.82%

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

R = 5.19%
G = 45.82%
B = 48.99%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129FAA (or 0x129FAA) is known color: Pelorous. HEX triplet: 12, 9F and AA. RGB value is (18,159,170). Sum of RGB (Red+Green+Blue) = 18+159+170=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #129FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FAA is #ED6055. Grayscale: #757575. Windows color (decimal): -15556694 or 11181842. OLE color: 11181842.

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

Color convert

RGB 18 159 170 -
CMYK 0.89 0.06 0 0.33
HSL 184.34º 0.81% 0.37% -
HSV(B) 184.34º 0.89% 0.67% -
XYZ 19.9 27.83 42.35 -
YUV 118.1 157.29 56.61 -
System Red Green Blue C M Y K H S L
Decimal 18 159 170 0.89 0.06 0 0.33 184.34 0.81 0.37
Hex 12 9F AA 59 6 0 21 B8 51 25
Octal 22 237 252 131 6 0 41 270 121 45
Binary 10010 10011111 10101010 1011001 110 0 100001 10111000 1010001 100101

Color Harmonies of #129FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FAA

Black with #129FAA

Text Example


Text Example

White with #129FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,170); }

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

background-color css

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

 a { background-color: rgb(18,159,170); }

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

border-color css

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

 span { border-color: rgb(18,159,170); }

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