#33B2CB

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

Shades of Summer Sky #33B2CB

Tints of Summer Sky #33B2CB

Color information

#33B2CB (or 0x33B2CB) is unknown color: approx Summer Sky. HEX triplet: 33, B2 and CB. RGB value is (51,178,203). Sum of RGB (Red+Green+Blue) = 51+178+203=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #33B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2CB is #CC4D34. Grayscale: #8E8E8E. Windows color (decimal): -13389109 or 13349427. OLE color: 13349427.

HSL color Cylindrical-coordinate representation of color #33B2CB: hue angle of 189.87º 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 #33B2CB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51178203-
CMYK0.750.1200.20
HSL189.87º59.84%49.8%-
HSV(B)189.87º74.88%79.61%-
XYZ28.0736.8662.13-
YUV142.88161.9262.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.81%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=11.81%
G=41.20%
B=46.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511782030.750.1200.20189.8759.8449.8
Hex33B2CB4BC014be3c32
Octal63262313113140242767462
Binary11001110110010110010111001011110001010010111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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