Html Css Color HEX #229BDD Summer Sky

📋 copy color: '#229BDD'

red 34 ◦ green 155 ◦ blue 221

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

Shades of Summer Sky #229BDD

Tints of Summer Sky #229BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 8.29%
G = 37.8%
B = 53.9%

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

#229BDD (or 0x229BDD) is known color: Summer Sky. HEX triplet: 22, 9B and DD. RGB value is (34,155,221). Sum of RGB (Red+Green+Blue) = 34+155+221=410 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.29% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #229BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BDD is #DD6422. Grayscale: #7D7D7D. Windows color (decimal): -14509091 or 14523170. OLE color: 14523170.

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

Color convert

RGB 34 155 221 -
CMYK 0.85 0.30 0 0.13
HSL 201.18º 0.73% 0.5% -
HSV(B) 201.18º 0.85% 0.87% -
XYZ 25.43 29 72.66 -
YUV 126.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 34 155 221 0.85 0.30 0 0.13 201.18 0.73 0.5
Hex 22 9B DD 55 1E 0 D C9 49 32
Octal 42 233 335 125 36 0 15 311 111 62
Binary 100010 10011011 11011101 1010101 11110 0 1101 11001001 1001001 110010

Color Harmonies of #229BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BDD

Black with #229BDD

Text Example


Text Example

White with #229BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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