#33B2CC

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

Shades of Summer Sky #33B2CC

Tints of Summer Sky #33B2CC

Color information

#33B2CC (or 0x33B2CC) is unknown color: approx Summer Sky. HEX triplet: 33, B2 and CC. RGB value is (51,178,204). Sum of RGB (Red+Green+Blue) = 51+178+204=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #33B2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2CC is #CC4D33. Grayscale: #8E8E8E. Windows color (decimal): -13389108 or 13414963. OLE color: 13414963.

HSL color Cylindrical-coordinate representation of color #33B2CC: hue angle of 190.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33B2CC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51178204-
CMYK0.750.1300.2
HSL190.2º60%50%-
HSV(B)190.2º75%80%-
XYZ28.1836.962.76-
YUV142.99162.4262.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.78%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=11.78%
G=41.11%
B=47.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511782040.750.1300.2190.26050
Hex33B2CC4BD014be3c32
Octal63262314113150242767462
Binary11001110110010110011001001011110101010010111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,178,204); }

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

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

 a { background-color: rgb(51,178,204); }

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

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

 span { border-color: rgb(51,178,204); }

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