Html Css Color HEX #229AAB Pelorous

📋 copy color: '#229AAB'

red 34 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #229AAB

Tints of Pelorous #229AAB

RGB

 RED value IS 34 (13.67% from 255) = 9.47%

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 9.47%
G = 42.9%
B = 47.63%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#229AAB (or 0x229AAB) is known color: Pelorous. HEX triplet: 22, 9A and AB. RGB value is (34,154,171). Sum of RGB (Red+Green+Blue) = 34+154+171=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #229AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229AAB is #DD6554. Grayscale: #777777. Windows color (decimal): -14509397 or 11246114. OLE color: 11246114.

HSL color Cylindrical-coordinate representation of color #229AAB: hue angle of 187.45º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #229AAB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 154 171 -
CMYK 0.80 0.10 0 0.33
HSL 187.45º 0.67% 0.4% -
HSV(B) 187.45º 0.8% 0.67% -
XYZ 19.57 26.39 42.59 -
YUV 120.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 34 154 171 0.80 0.10 0 0.33 187.45 0.67 0.4
Hex 22 9A AB 50 A 0 21 BB 43 28
Octal 42 232 253 120 12 0 41 273 103 50
Binary 100010 10011010 10101011 1010000 1010 0 100001 10111011 1000011 101000

Color Harmonies of #229AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AAB

Black with #229AAB

Text Example


Text Example

White with #229AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229AAB; }

 p { color: rgb(34,154,171); }

 H1.HeaderClassName
 {
   color: #229AAB;
 }
 .AnyTagClassName
 {
   color: #229AAB;
 }
</style>

background-color css

<style>
 a { background-color: #229AAB; }

 a { background-color: rgb(34,154,171); }

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

border-color css

<style>
 span { border-color: #229AAB; }

 span { border-color: rgb(34,154,171); }

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