#229FAB

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

Shades of Pelorous #229FAB

Tints of Pelorous #229FAB

Color information

#229FAB (or 0x229FAB) is unknown color: approx Pelorous. HEX triplet: 22, 9F and AB. RGB value is (34,159,171). Sum of RGB (Red+Green+Blue) = 34+159+171=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #229FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229FAB is #DD6054. Grayscale: #7A7A7A. Windows color (decimal): -14508117 or 11247394. OLE color: 11247394.

HSL color Cylindrical-coordinate representation of color #229FAB: hue angle of 185.26º 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 #229FAB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34159171-
CMYK0.800.0700.33
HSL185.26º66.83%40.2%-
HSV(B)185.26º80.12%67.06%-
XYZ20.4128.0842.87-
YUV122.99155.0964.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.34%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=9.34%
G=43.68%
B=46.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341591710.800.0700.33185.2666.8340.2
Hex229FAB507021b94328
Octal42237253120704127110350
Binary100010100111111010101110100001110100001101110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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