Html Css Color HEX #229EDB Summer Sky

📋 copy color: '#229EDB'

red 34 ◦ green 158 ◦ blue 219

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

Shades of Summer Sky #229EDB

Tints of Summer Sky #229EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 8.27%
G = 38.44%
B = 53.28%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#229EDB (or 0x229EDB) is known color: Summer Sky. HEX triplet: 22, 9E and DB. RGB value is (34,158,219). Sum of RGB (Red+Green+Blue) = 34+158+219=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #229EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EDB is #DD6124. Grayscale: #7F7F7F. Windows color (decimal): -14508325 or 14392866. OLE color: 14392866.

HSL color Cylindrical-coordinate representation of color #229EDB: hue angle of 199.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229EDB is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 158 219 -
CMYK 0.84 0.28 0 0.14
HSL 199.78º 0.73% 0.5% -
HSV(B) 199.78º 0.84% 0.86% -
XYZ 25.67 29.91 71.44 -
YUV 127.88 179.42 61.04 -
System Red Green Blue C M Y K H S L
Decimal 34 158 219 0.84 0.28 0 0.14 199.78 0.73 0.5
Hex 22 9E DB 54 1C 0 E C8 49 32
Octal 42 236 333 124 34 0 16 310 111 62
Binary 100010 10011110 11011011 1010100 11100 0 1110 11001000 1001001 110010

Color Harmonies of #229EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EDB

Black with #229EDB

Text Example


Text Example

White with #229EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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