#129AAD

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

Shades of Pelorous #129AAD

Tints of Pelorous #129AAD

Color information

#129AAD (or 0x129AAD) is unknown color: approx Pelorous. HEX triplet: 12, 9A and AD. RGB value is (18,154,173). Sum of RGB (Red+Green+Blue) = 18+154+173=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #129AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AAD is #ED6552. Grayscale: #737373. Windows color (decimal): -15557971 or 11377170. OLE color: 11377170.

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

Color convert

RGB18154173-
CMYK0.900.1100.32
HSL187.35º81.15%37.45%-
HSV(B)187.35º89.6%67.84%-
XYZ19.3526.2643.58-
YUV115.5160.4458.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=5.22%
G=44.64%
B=50.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181541730.900.1100.32187.3581.1537.45
Hex129AAD5AB020bb5125
Octal222322551321304027312145
Binary100101001101010101101101101010110100000101110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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