#33A1CC

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

Shades of Summer Sky #33A1CC

Tints of Summer Sky #33A1CC

Color information

#33A1CC (or 0x33A1CC) is unknown color: approx Summer Sky. HEX triplet: 33, A1 and CC. RGB value is (51,161,204). Sum of RGB (Red+Green+Blue) = 51+161+204=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #33A1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A1CC is #CC5E33. Grayscale: #848484. Windows color (decimal): -13393460 or 13410611. OLE color: 13410611.

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

Color convert

RGB51161204-
CMYK0.750.2100.2
HSL196.86º60%50%-
HSV(B)196.86º75%80%-
XYZ25.0130.5561.71-
YUV133.01168.0669.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.26%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=12.26%
G=38.70%
B=49.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511612040.750.2100.2196.866050
Hex33A1CC4B15014c53c32
Octal63241314113250243057462
Binary110011101000011100110010010111010101010011000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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