#33ACE0

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

Shades of Summer Sky #33ACE0

Tints of Summer Sky #33ACE0

Color information

#33ACE0 (or 0x33ACE0) is unknown color: approx Summer Sky. HEX triplet: 33, AC and E0. RGB value is (51,172,224). Sum of RGB (Red+Green+Blue) = 51+172+224=447 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.41% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #33ACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACE0 is #CC531F. Grayscale: #8D8D8D. Windows color (decimal): -13390624 or 14724147. OLE color: 14724147.

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

Color convert

RGB51172224-
CMYK0.770.2300.12
HSL198.03º73.62%53.92%-
HSV(B)198.03º77.23%87.84%-
XYZ29.5735.5975.83-
YUV141.75174.4163.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.41%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 224 (87.89% from 255) = 50.11%
R=11.41%
G=38.48%
B=50.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal511722240.770.2300.12198.0373.6253.92
Hex33ACE04D170Cc64a36
Octal632543401152701430611266
Binary110011101011001110000010011011011101100110001101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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