#33b2e0

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

Shades of Summer Sky #33B2E0

Tints of Summer Sky #33B2E0

Color information

#33B2E0 (or 0x33B2E0) is unknown color: approx Summer Sky. HEX triplet: 33, B2 and E0. RGB value is (51,178,224). Sum of RGB (Red+Green+Blue) = 51+178+224=453 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.26% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #33B2E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2E0 is #CC4D1F. Grayscale: #909090. Windows color (decimal): -13389088 or 14725683. OLE color: 14725683.

HSL color Cylindrical-coordinate representation of color #33B2E0: hue angle of 195.95º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33B2E0 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB51178224-
CMYK0.770.2100.12
HSL195.95º73.62%53.92%-
HSV(B)195.95º77.23%87.84%-
XYZ30.7437.9376.22-
YUV145.27172.4260.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.26%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 224 (87.89% from 255) = 49.45%
R=11.26%
G=39.29%
B=49.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal511782240.770.2100.12195.9573.6253.92
Hex33B2E04D150Cc44a36
Octal632623401152501430411266
Binary110011101100101110000010011011010101100110001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33b2e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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