Html Css Color HEX #229DDF Summer Sky

📋 copy color: '#229DDF'

red 34 ◦ green 157 ◦ blue 223

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

Shades of Summer Sky #229DDF

Tints of Summer Sky #229DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 8.21%
G = 37.92%
B = 53.86%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#229DDF (or 0x229DDF) is known color: Summer Sky. HEX triplet: 22, 9D and DF. RGB value is (34,157,223). Sum of RGB (Red+Green+Blue) = 34+157+223=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #229DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DDF is #DD6220. Grayscale: #7F7F7F. Windows color (decimal): -14508577 or 14654754. OLE color: 14654754.

HSL color Cylindrical-coordinate representation of color #229DDF: hue angle of 200.95º 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 #229DDF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 157 223 -
CMYK 0.85 0.30 0 0.13
HSL 200.95º 0.75% 0.5% -
HSV(B) 200.95º 0.85% 0.87% -
XYZ 26.04 29.78 74.19 -
YUV 127.75 181.75 61.13 -
System Red Green Blue C M Y K H S L
Decimal 34 157 223 0.85 0.30 0 0.13 200.95 0.75 0.5
Hex 22 9D DF 55 1E 0 D C9 4B 32
Octal 42 235 337 125 36 0 15 311 113 62
Binary 100010 10011101 11011111 1010101 11110 0 1101 11001001 1001011 110010

Color Harmonies of #229DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229DDF

Black with #229DDF

Text Example


Text Example

White with #229DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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