Shades of Summer Sky #33D1F0
Tints of Summer Sky #33D1F0
RGB
CMYK
RGB Variations
Color information
#33D1F0 (or 0x33D1F0) is known color: Summer Sky. HEX triplet: 33, D1 and F0. RGB value is (51,209,240). Sum of RGB (Red+Green+Blue) = 51+209+240=500 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #33D1F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D1F0 is #CC2E0F. Grayscale: #A5A5A5. Windows color (decimal): -13381136 or 15782195. OLE color: 15782195.
HSL color Cylindrical-coordinate representation of color #33D1F0: hue angle of 189.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33D1F0 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 209 | 240 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.06 |
| HSL | 189.84º | 0.86% | 0.57% | - |
| HSV(B) | 189.84º | 0.79% | 0.94% | - |
| XYZ | 39.89 | 52.6 | 90.49 | - |
| YUV | 165.29 | 170.15 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 240 | 0.79 | 0.13 | 0 | 0.06 | 189.84 | 0.86 | 0.57 |
| Hex | 33 | D1 | F0 | 4F | D | 0 | 6 | BE | 56 | 39 |
| Octal | 63 | 321 | 360 | 117 | 15 | 0 | 6 | 276 | 126 | 71 |
| Binary | 110011 | 11010001 | 11110000 | 1001111 | 1101 | 0 | 110 | 10111110 | 1010110 | 111001 |
Color Harmonies of #33D1F0
Complementary color
Monochromatic Colors of #33D1F0
Black with #33D1F0
Text Example
Text Example
White with #33D1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D1F0; }
p { color: rgb(51,209,240); }
H1.HeaderClassName
{
color: #33D1F0;
}
.AnyTagClassName
{
color: #33D1F0;
}
</style>
background-color css
<style>
a { background-color: #33D1F0; }
a { background-color: rgb(51,209,240); }
div.DivClassName
{
background-color: #33D1F0;
}
.BgClassName
{
background-color: #33D1F0;
}
</style>
border-color css
<style>
span { border-color: #33D1F0; }
span { border-color: rgb(51,209,240); }
td.TdClassName
{
border-color: #33D1F0;
}
.TagClassName
{
border-color: #33D1F0;
}
</style>