Html Css Color HEX #229BDB Summer Sky

📋 copy color: '#229BDB'

red 34 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #229BDB

Tints of Summer Sky #229BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 8.33%
G = 37.99%
B = 53.68%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#229BDB (or 0x229BDB) is known color: Summer Sky. HEX triplet: 22, 9B and DB. RGB value is (34,155,219). Sum of RGB (Red+Green+Blue) = 34+155+219=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #229BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BDB is #DD6424. Grayscale: #7D7D7D. Windows color (decimal): -14509093 or 14392098. OLE color: 14392098.

HSL color Cylindrical-coordinate representation of color #229BDB: hue angle of 200.76º 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 #229BDB is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 155 219 -
CMYK 0.84 0.29 0 0.14
HSL 200.76º 0.73% 0.5% -
HSV(B) 200.76º 0.84% 0.86% -
XYZ 25.17 28.9 71.27 -
YUV 126.12 180.41 62.3 -
System Red Green Blue C M Y K H S L
Decimal 34 155 219 0.84 0.29 0 0.14 200.76 0.73 0.5
Hex 22 9B DB 54 1D 0 E C9 49 32
Octal 42 233 333 124 35 0 16 311 111 62
Binary 100010 10011011 11011011 1010100 11101 0 1110 11001001 1001001 110010

Color Harmonies of #229BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BDB

Black with #229BDB

Text Example


Text Example

White with #229BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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