#22BBD3

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

Shades of Summer Sky #22BBD3

Tints of Summer Sky #22BBD3

Color information

#22BBD3 (or 0x22BBD3) is unknown color: approx Summer Sky. HEX triplet: 22, BB and D3. RGB value is (34,187,211). Sum of RGB (Red+Green+Blue) = 34+187+211=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #22BBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBD3 is #DD442C. Grayscale: #8F8F8F. Windows color (decimal): -14500909 or 13876002. OLE color: 13876002.

HSL color Cylindrical-coordinate representation of color #22BBD3: hue angle of 188.14º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22BBD3 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB34187211-
CMYK0.840.1100.17
HSL188.14º72.24%48.04%-
HSV(B)188.14º83.89%82.75%-
XYZ30.1940.5867.87-
YUV143.99165.8149.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.87%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 211 (82.81% from 255) = 48.84%
R=7.87%
G=43.29%
B=48.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal341872110.840.1100.17188.1472.2448.04
Hex22BBD354B011bc4830
Octal422733231241302127411060
Binary100010101110111101001110101001011010001101111001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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