#22BBDC

Color #22BBDC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #22BBDC

Tints of Summer Sky #22BBDC

Color information

#22BBDC (or 0x22BBDC) is unknown color: approx Summer Sky. HEX triplet: 22, BB and DC. RGB value is (34,187,220). Sum of RGB (Red+Green+Blue) = 34+187+220=441 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.71% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #22BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBDC is #DD4423. Grayscale: #909090. Windows color (decimal): -14500900 or 14465826. OLE color: 14465826.

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

Color convert

RGB34187220-
CMYK0.850.1500.14
HSL190.65º73.23%49.8%-
HSV(B)190.65º84.55%86.27%-
XYZ31.3541.0573.98-
YUV145.01170.3148.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.71%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=7.71%
G=42.40%
B=49.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal341872200.850.1500.14190.6573.2349.8
Hex22BBDC55F0Ebf4932
Octal422733341251701627711162
Binary10001010111011110111001010101111101110101111111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BBDC; }

 p { color: rgb(34,187,220); }

 H1.HeaderClassName
 {
   color: #22BBDC;
 }
 .AnyTagClassName
 {
   color: #22BBDC;
 }
</style>
background-color css

<style>
 a { background-color: #22BBDC; }

 a { background-color: rgb(34,187,220); }

 div.DivClassName
 {
   background-color: #22BBDC;
 }
 .BgClassName
 {
   background-color: #22BBDC;
 }
</style>
border-color css

<style>
 span { border-color: #22BBDC; }

 span { border-color: rgb(34,187,220); }

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