#129DB4

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

Shades of Pelorous #129DB4

Tints of Pelorous #129DB4

Color information

#129DB4 (or 0x129DB4) is unknown color: approx Pelorous. HEX triplet: 12, 9D and B4. RGB value is (18,157,180). Sum of RGB (Red+Green+Blue) = 18+157+180=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #129DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DB4 is #ED624B. Grayscale: #757575. Windows color (decimal): -15557196 or 11836690. OLE color: 11836690.

HSL color Cylindrical-coordinate representation of color #129DB4: hue angle of 188.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DB4 is Cyan = 0.9, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18157180-
CMYK0.90.1300.29
HSL188.52º81.82%38.82%-
HSV(B)188.52º90%70.59%-
XYZ20.5427.5447.41-
YUV118.06162.9556.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.07%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=5.07%
G=44.23%
B=50.70%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181571800.90.1300.29188.5281.8238.82
Hex129DB45AD01Dbd5227
Octal222352641321503527512247
Binary10010100111011011010010110101101011101101111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,157,180); }

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

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

 a { background-color: rgb(18,157,180); }

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

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

 span { border-color: rgb(18,157,180); }

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