Html Css Color HEX #229CDD Summer Sky

📋 copy color: '#229CDD'

red 34 ◦ green 156 ◦ blue 221

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

Shades of Summer Sky #229CDD

Tints of Summer Sky #229CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

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

R = 8.27%
G = 37.96%
B = 53.77%

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

#229CDD (or 0x229CDD) is known color: Summer Sky. HEX triplet: 22, 9C and DD. RGB value is (34,156,221). Sum of RGB (Red+Green+Blue) = 34+156+221=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #229CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CDD is #DD6322. Grayscale: #7E7E7E. Windows color (decimal): -14508835 or 14523426. OLE color: 14523426.

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

Color convert

RGB 34 156 221 -
CMYK 0.85 0.29 0 0.13
HSL 200.86º 0.73% 0.5% -
HSV(B) 200.86º 0.85% 0.87% -
XYZ 25.6 29.34 72.72 -
YUV 126.93 181.08 61.71 -
System Red Green Blue C M Y K H S L
Decimal 34 156 221 0.85 0.29 0 0.13 200.86 0.73 0.5
Hex 22 9C DD 55 1D 0 D C9 49 32
Octal 42 234 335 125 35 0 15 311 111 62
Binary 100010 10011100 11011101 1010101 11101 0 1101 11001001 1001001 110010

Color Harmonies of #229CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229CDD

Black with #229CDD

Text Example


Text Example

White with #229CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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