Shades of Summer Sky #33C0FE
Tints of Summer Sky #33C0FE
RGB
CMYK
RGB Variations
Color information
#33C0FE (or 0x33C0FE) is known color: Summer Sky. HEX triplet: 33, C0 and FE. RGB value is (51,192,254). Sum of RGB (Red+Green+Blue) = 51+192+254=497 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.26% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #33C0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33C0FE is #CC3F01. Grayscale: #9C9C9C. Windows color (decimal): -13385474 or 16695347. OLE color: 16695347.
HSL color Cylindrical-coordinate representation of color #33C0FE: hue angle of 198.33º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33C0FE is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 192 | 254 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.00 |
| HSL | 198.33º | 0.99% | 0.6% | - |
| HSV(B) | 198.33º | 0.8% | 1% | - |
| XYZ | 38.1 | 45.56 | 100.55 | - |
| YUV | 156.91 | 182.79 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 254 | 0.80 | 0.24 | 0 | 0.00 | 198.33 | 0.99 | 0.6 |
| Hex | 33 | C0 | FE | 50 | 18 | 0 | 0 | C6 | 63 | 3C |
| Octal | 63 | 300 | 376 | 120 | 30 | 0 | 0 | 306 | 143 | 74 |
| Binary | 110011 | 11000000 | 11111110 | 1010000 | 11000 | 0 | 0 | 11000110 | 1100011 | 111100 |
Color Harmonies of #33C0FE
Complementary color
Monochromatic Colors of #33C0FE
Black with #33C0FE
Text Example
Text Example
White with #33C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C0FE; }
p { color: rgb(51,192,254); }
H1.HeaderClassName
{
color: #33C0FE;
}
.AnyTagClassName
{
color: #33C0FE;
}
</style>
background-color css
<style>
a { background-color: #33C0FE; }
a { background-color: rgb(51,192,254); }
div.DivClassName
{
background-color: #33C0FE;
}
.BgClassName
{
background-color: #33C0FE;
}
</style>
border-color css
<style>
span { border-color: #33C0FE; }
span { border-color: rgb(51,192,254); }
td.TdClassName
{
border-color: #33C0FE;
}
.TagClassName
{
border-color: #33C0FE;
}
</style>