#33bbcc

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

Shades of Summer Sky #33BBCC

Tints of Summer Sky #33BBCC

Color information

#33BBCC (or 0x33BBCC) is unknown color: approx Summer Sky. HEX triplet: 33, BB and CC. RGB value is (51,187,204). Sum of RGB (Red+Green+Blue) = 51+187+204=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #33BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBCC is #CC4433. Grayscale: #949494. Windows color (decimal): -13386804 or 13417267. OLE color: 13417267.

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

Color convert

RGB51187204-
CMYK0.750.0800.2
HSL186.67º60%50%-
HSV(B)186.67º75%80%-
XYZ30.0340.663.38-
YUV148.27159.4458.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.54%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=11.54%
G=42.31%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511872040.750.0800.2186.676050
Hex33BBCC4B8014bb3c32
Octal63273314113100242737462
Binary11001110111011110011001001011100001010010111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33bbcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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