Html Css Color HEX #129AAD Pelorous

📋 copy color: '#129AAD'

red 18 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #129AAD

Tints of Pelorous #129AAD

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 value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#129AAD (or 0x129AAD) is known color: 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

RGB 18 154 173 -
CMYK 0.90 0.11 0 0.32
HSL 187.35º 0.81% 0.37% -
HSV(B) 187.35º 0.9% 0.68% -
XYZ 19.35 26.26 43.58 -
YUV 115.5 160.44 58.46 -
System Red Green Blue C M Y K H S L
Decimal 18 154 173 0.90 0.11 0 0.32 187.35 0.81 0.37
Hex 12 9A AD 5A B 0 20 BB 51 25
Octal 22 232 255 132 13 0 40 273 121 45
Binary 10010 10011010 10101101 1011010 1011 0 100000 10111011 1010001 100101

Color Harmonies of #129AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AAD

Black with #129AAD

Text Example


Text Example

White with #129AAD

Text Example


Text Example

HTML Codes & Css Web 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>