#33B7DC

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

Shades of Summer Sky #33B7DC

Tints of Summer Sky #33B7DC

Color information

#33B7DC (or 0x33B7DC) is unknown color: approx Summer Sky. HEX triplet: 33, B7 and DC. RGB value is (51,183,220). Sum of RGB (Red+Green+Blue) = 51+183+220=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #33B7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B7DC is #CC4823. Grayscale: #939393. Windows color (decimal): -13387812 or 14464819. OLE color: 14464819.

HSL color Cylindrical-coordinate representation of color #33B7DC: hue angle of 193.14º 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 #33B7DC is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB51183220-
CMYK0.770.1700.14
HSL193.14º70.71%53.14%-
HSV(B)193.14º76.82%86.27%-
XYZ31.2239.7473.74-
YUV147.75168.7758.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.23%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=11.23%
G=40.31%
B=48.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511832200.770.1700.14193.1470.7153.14
Hex33B7DC4D110Ec14735
Octal632673341152101630110765
Binary110011101101111101110010011011000101110110000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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