Shades of Summer Sky #33BFD8
Tints of Summer Sky #33BFD8
RGB
CMYK
RGB Variations
Color information
#33BFD8 (or 0x33BFD8) is known color: Summer Sky. HEX triplet: 33, BF and D8. RGB value is (51,191,216). Sum of RGB (Red+Green+Blue) = 51+191+216=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #33BFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFD8 is #CC4027. Grayscale: #979797. Windows color (decimal): -13385768 or 14204723. OLE color: 14204723.
HSL color Cylindrical-coordinate representation of color #33BFD8: hue angle of 189.09º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BFD8 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 191 | 216 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.15 |
| HSL | 189.09º | 0.68% | 0.52% | - |
| HSV(B) | 189.09º | 0.76% | 0.85% | - |
| XYZ | 32.39 | 42.92 | 71.54 | - |
| YUV | 151.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 216 | 0.76 | 0.12 | 0 | 0.15 | 189.09 | 0.68 | 0.52 |
| Hex | 33 | BF | D8 | 4C | C | 0 | F | BD | 44 | 34 |
| Octal | 63 | 277 | 330 | 114 | 14 | 0 | 17 | 275 | 104 | 64 |
| Binary | 110011 | 10111111 | 11011000 | 1001100 | 1100 | 0 | 1111 | 10111101 | 1000100 | 110100 |
Color Harmonies of #33BFD8
Complementary color
Monochromatic Colors of #33BFD8
Black with #33BFD8
Text Example
Text Example
White with #33BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFD8; }
p { color: rgb(51,191,216); }
H1.HeaderClassName
{
color: #33BFD8;
}
.AnyTagClassName
{
color: #33BFD8;
}
</style>
background-color css
<style>
a { background-color: #33BFD8; }
a { background-color: rgb(51,191,216); }
div.DivClassName
{
background-color: #33BFD8;
}
.BgClassName
{
background-color: #33BFD8;
}
</style>
border-color css
<style>
span { border-color: #33BFD8; }
span { border-color: rgb(51,191,216); }
td.TdClassName
{
border-color: #33BFD8;
}
.TagClassName
{
border-color: #33BFD8;
}
</style>