Html Css Color HEX #229EDF Summer Sky

📋 copy color: '#229EDF'

red 34 ◦ green 158 ◦ blue 223

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

Shades of Summer Sky #229EDF

Tints of Summer Sky #229EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 8.19%
G = 38.07%
B = 53.73%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#229EDF (or 0x229EDF) is known color: Summer Sky. HEX triplet: 22, 9E and DF. RGB value is (34,158,223). Sum of RGB (Red+Green+Blue) = 34+158+223=415 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.19% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #229EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EDF is #DD6120. Grayscale: #7F7F7F. Windows color (decimal): -14508321 or 14655010. OLE color: 14655010.

HSL color Cylindrical-coordinate representation of color #229EDF: hue angle of 200.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229EDF is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 158 223 -
CMYK 0.85 0.29 0 0.13
HSL 200.63º 0.75% 0.5% -
HSV(B) 200.63º 0.85% 0.87% -
XYZ 26.21 30.12 74.24 -
YUV 128.33 181.42 60.71 -
System Red Green Blue C M Y K H S L
Decimal 34 158 223 0.85 0.29 0 0.13 200.63 0.75 0.5
Hex 22 9E DF 55 1D 0 D C9 4B 32
Octal 42 236 337 125 35 0 15 311 113 62
Binary 100010 10011110 11011111 1010101 11101 0 1101 11001001 1001011 110010

Color Harmonies of #229EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EDF

Black with #229EDF

Text Example


Text Example

White with #229EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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