#33BBDC

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

Shades of Summer Sky #33BBDC

Tints of Summer Sky #33BBDC

Color information

#33BBDC (or 0x33BBDC) is unknown color: approx Summer Sky. HEX triplet: 33, BB and DC. RGB value is (51,187,220). Sum of RGB (Red+Green+Blue) = 51+187+220=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBDC is #CC4423. Grayscale: #959595. Windows color (decimal): -13386788 or 14465843. OLE color: 14465843.

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

Color convert

RGB51187220-
CMYK0.770.1500.14
HSL191.72º70.71%53.14%-
HSV(B)191.72º76.82%86.27%-
XYZ32.0541.4174.01-
YUV150.1167.4457.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.14%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=11.14%
G=40.83%
B=48.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511872200.770.1500.14191.7270.7153.14
Hex33BBDC4DF0Ec04735
Octal632733341151701630010765
Binary11001110111011110111001001101111101110110000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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