Html Css Color HEX #129FAC Pelorous

📋 copy color: '#129FAC'

red 18 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #129FAC

Tints of Pelorous #129FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 5.16%
G = 45.56%
B = 49.28%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129FAC (or 0x129FAC) is known color: Pelorous. HEX triplet: 12, 9F and AC. RGB value is (18,159,172). Sum of RGB (Red+Green+Blue) = 18+159+172=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #129FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FAC is #ED6053. Grayscale: #767676. Windows color (decimal): -15556692 or 11312914. OLE color: 11312914.

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

Color convert

RGB 18 159 172 -
CMYK 0.90 0.08 0 0.33
HSL 185.06º 0.81% 0.37% -
HSV(B) 185.06º 0.9% 0.67% -
XYZ 20.09 27.9 43.36 -
YUV 118.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 18 159 172 0.90 0.08 0 0.33 185.06 0.81 0.37
Hex 12 9F AC 5A 8 0 21 B9 51 25
Octal 22 237 254 132 10 0 41 271 121 45
Binary 10010 10011111 10101100 1011010 1000 0 100001 10111001 1010001 100101

Color Harmonies of #129FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FAC

Black with #129FAC

Text Example


Text Example

White with #129FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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