Html Css Color HEX #229FAD Pelorous

📋 copy color: '#229FAD'

red 34 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #229FAD

Tints of Pelorous #229FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 9.29%
G = 43.44%
B = 47.27%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#229FAD (or 0x229FAD) is known color: Pelorous. HEX triplet: 22, 9F and AD. RGB value is (34,159,173). Sum of RGB (Red+Green+Blue) = 34+159+173=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #229FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229FAD is #DD6052. Grayscale: #7B7B7B. Windows color (decimal): -14508115 or 11378466. OLE color: 11378466.

HSL color Cylindrical-coordinate representation of color #229FAD: hue angle of 186.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #229FAD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 159 173 -
CMYK 0.80 0.08 0 0.32
HSL 186.04º 0.67% 0.41% -
HSV(B) 186.04º 0.8% 0.68% -
XYZ 20.6 28.15 43.88 -
YUV 123.22 156.09 64.36 -
System Red Green Blue C M Y K H S L
Decimal 34 159 173 0.80 0.08 0 0.32 186.04 0.67 0.41
Hex 22 9F AD 50 8 0 20 BA 43 29
Octal 42 237 255 120 10 0 40 272 103 51
Binary 100010 10011111 10101101 1010000 1000 0 100000 10111010 1000011 101001

Color Harmonies of #229FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229FAD

Black with #229FAD

Text Example


Text Example

White with #229FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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