Shades of Summer Sky #33CCFF
Tints of Summer Sky #33CCFF
RGB
CMYK
RGB Variations
Color information
#33CCFF (or 0x33CCFF) is known color: Summer Sky. HEX triplet: 33, CC and FF. RGB value is (51,204,255). Sum of RGB (Red+Green+Blue) = 51+204+255=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #33CCFF is a web safe color. Inversed color of #33CCFF is #CC3300. Grayscale: #A3A3A3. Windows color (decimal): -13382401 or 16763955. OLE color: 16763955.
HSL color Cylindrical-coordinate representation of color #33CCFF: hue angle of 195º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33CCFF is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 204 | 255 | - |
| CMYK | 0.8 | 0.2 | 0 | 0 |
| HSL | 195º | 1% | 0.6% | - |
| HSV(B) | 195º | 0.8% | 1% | - |
| XYZ | 41.01 | 51.11 | 102.31 | - |
| YUV | 164.07 | 179.31 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 255 | 0.8 | 0.2 | 0 | 0 | 195 | 1 | 0.6 |
| Hex | 33 | CC | FF | 50 | 14 | 0 | 0 | C3 | 64 | 3C |
| Octal | 63 | 314 | 377 | 120 | 24 | 0 | 0 | 303 | 144 | 74 |
| Binary | 110011 | 11001100 | 11111111 | 1010000 | 10100 | 0 | 0 | 11000011 | 1100100 | 111100 |
Color Harmonies of #33CCFF
Complementary color
Monochromatic Colors of #33CCFF
Black with #33CCFF
Text Example
Text Example
White with #33CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCFF; }
p { color: rgb(51,204,255); }
H1.HeaderClassName
{
color: #33CCFF;
}
.AnyTagClassName
{
color: #33CCFF;
}
</style>
background-color css
<style>
a { background-color: #33CCFF; }
a { background-color: rgb(51,204,255); }
div.DivClassName
{
background-color: #33CCFF;
}
.BgClassName
{
background-color: #33CCFF;
}
</style>
border-color css
<style>
span { border-color: #33CCFF; }
span { border-color: rgb(51,204,255); }
td.TdClassName
{
border-color: #33CCFF;
}
.TagClassName
{
border-color: #33CCFF;
}
</style>