Html Css Color HEX #229EC9 Pelorous

📋 copy color: '#229EC9'

red 34 ◦ green 158 ◦ blue 201

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

Shades of Pelorous #229EC9

Tints of Pelorous #229EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 8.65%
G = 40.2%
B = 51.15%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#229EC9 (or 0x229EC9) is known color: Pelorous. HEX triplet: 22, 9E and C9. RGB value is (34,158,201). Sum of RGB (Red+Green+Blue) = 34+158+201=393 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.65% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #229EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EC9 is #DD6136. Grayscale: #7D7D7D. Windows color (decimal): -14508343 or 13213218. OLE color: 13213218.

HSL color Cylindrical-coordinate representation of color #229EC9: hue angle of 195.45º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229EC9 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 158 201 -
CMYK 0.83 0.21 0 0.21
HSL 195.45º 0.71% 0.46% -
HSV(B) 195.45º 0.83% 0.79% -
XYZ 23.43 29.01 59.62 -
YUV 125.83 170.42 62.5 -
System Red Green Blue C M Y K H S L
Decimal 34 158 201 0.83 0.21 0 0.21 195.45 0.71 0.46
Hex 22 9E C9 53 15 0 15 C3 47 2E
Octal 42 236 311 123 25 0 25 303 107 56
Binary 100010 10011110 11001001 1010011 10101 0 10101 11000011 1000111 101110

Color Harmonies of #229EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EC9

Black with #229EC9

Text Example


Text Example

White with #229EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,158,201); }

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

background-color css

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

 a { background-color: rgb(34,158,201); }

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

border-color css

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

 span { border-color: rgb(34,158,201); }

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