Shades of Summer Sky #33A1CC
Tints of Summer Sky #33A1CC
RGB
CMYK
RGB Variations
Color information
#33A1CC (or 0x33A1CC) is known color: 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
| RGB | 51 | 161 | 204 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.2 |
| HSL | 196.86º | 0.6% | 0.5% | - |
| HSV(B) | 196.86º | 0.75% | 0.8% | - |
| XYZ | 25.01 | 30.55 | 61.71 | - |
| YUV | 133.01 | 168.06 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 204 | 0.75 | 0.21 | 0 | 0.2 | 196.86 | 0.6 | 0.5 |
| Hex | 33 | A1 | CC | 4B | 15 | 0 | 14 | C5 | 3C | 32 |
| Octal | 63 | 241 | 314 | 113 | 25 | 0 | 24 | 305 | 74 | 62 |
| Binary | 110011 | 10100001 | 11001100 | 1001011 | 10101 | 0 | 10100 | 11000101 | 111100 | 110010 |
Color Harmonies of #33A1CC
Complementary color
Monochromatic Colors of #33A1CC
Black with #33A1CC
Text Example
Text Example
White with #33A1CC
Text Example
Text Example
HTML Codes & Css Web 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>