#129EB2

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

Shades of Pelorous #129EB2

Tints of Pelorous #129EB2

Color information

#129EB2 (or 0x129EB2) is unknown color: approx Pelorous. HEX triplet: 12, 9E and B2. RGB value is (18,158,178). Sum of RGB (Red+Green+Blue) = 18+158+178=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #129EB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129EB2 is #ED614D. Grayscale: #767676. Windows color (decimal): -15556942 or 11705874. OLE color: 11705874.

HSL color Cylindrical-coordinate representation of color #129EB2: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129EB2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB18158178-
CMYK0.900.1100.30
HSL187.5º81.63%38.43%-
HSV(B)187.5º89.89%69.8%-
XYZ20.5127.846.4-
YUV118.42161.6256.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.08%
GREEN value IS 158 (62.11% from 255) = 44.63%
BLUE value IS 178 (69.92% from 255) = 50.28%
R=5.08%
G=44.63%
B=50.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181581780.900.1100.30187.581.6338.43
Hex129EB25AB01Ebc5226
Octal222362621321303627412246
Binary10010100111101011001010110101011011110101111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,158,178); }

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

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

 a { background-color: rgb(18,158,178); }

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

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

 span { border-color: rgb(18,158,178); }

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