#33B0CE

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

Shades of Summer Sky #33B0CE

Tints of Summer Sky #33B0CE

Color information

#33B0CE (or 0x33B0CE) is unknown color: approx Summer Sky. HEX triplet: 33, B0 and CE. RGB value is (51,176,206). Sum of RGB (Red+Green+Blue) = 51+176+206=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #33B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B0CE is #CC4F31. Grayscale: #8D8D8D. Windows color (decimal): -13389618 or 13545523. OLE color: 13545523.

HSL color Cylindrical-coordinate representation of color #33B0CE: hue angle of 191.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33B0CE is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB51176206-
CMYK0.750.1500.19
HSL191.61º61.26%50.39%-
HSV(B)191.61º75.24%80.78%-
XYZ28.0336.2163.9-
YUV142.04164.0963.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.78%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=11.78%
G=40.65%
B=47.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511762060.750.1500.19191.6161.2650.39
Hex33B0CE4BF013c03d32
Octal63260316113170233007562
Binary11001110110000110011101001011111101001111000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,176,206); }

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

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

 a { background-color: rgb(51,176,206); }

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

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

 span { border-color: rgb(51,176,206); }

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