#33AACC

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

Shades of Summer Sky #33AACC

Tints of Summer Sky #33AACC

Color information

#33AACC (or 0x33AACC) is unknown color: approx Summer Sky. HEX triplet: 33, AA and CC. RGB value is (51,170,204). Sum of RGB (Red+Green+Blue) = 51+170+204=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #33AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AACC is #CC5533. Grayscale: #8A8A8A. Windows color (decimal): -13391156 or 13412915. OLE color: 13412915.

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

Color convert

RGB51170204-
CMYK0.750.1700.2
HSL193.33º60%50%-
HSV(B)193.33º75%80%-
XYZ26.6433.8162.25-
YUV138.29165.0865.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 204 (80.08% from 255) = 48%
R=12%
G=40%
B=48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511702040.750.1700.2193.336050
Hex33AACC4B11014c13c32
Octal63252314113210243017462
Binary110011101010101100110010010111000101010011000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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