Shades of Summer Sky #33BFD6
Tints of Summer Sky #33BFD6
RGB
CMYK
RGB Variations
Color information
#33BFD6 (or 0x33BFD6) is known color: Summer Sky. HEX triplet: 33, BF and D6. RGB value is (51,191,214). Sum of RGB (Red+Green+Blue) = 51+191+214=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #33BFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFD6 is #CC4029. Grayscale: #979797. Windows color (decimal): -13385770 or 14073651. OLE color: 14073651.
HSL color Cylindrical-coordinate representation of color #33BFD6: hue angle of 188.47º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BFD6 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 191 | 214 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.16 |
| HSL | 188.47º | 0.67% | 0.52% | - |
| HSV(B) | 188.47º | 0.76% | 0.84% | - |
| XYZ | 32.13 | 42.82 | 70.19 | - |
| YUV | 151.76 | 163.12 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 214 | 0.76 | 0.11 | 0 | 0.16 | 188.47 | 0.67 | 0.52 |
| Hex | 33 | BF | D6 | 4C | B | 0 | 10 | BC | 43 | 34 |
| Octal | 63 | 277 | 326 | 114 | 13 | 0 | 20 | 274 | 103 | 64 |
| Binary | 110011 | 10111111 | 11010110 | 1001100 | 1011 | 0 | 10000 | 10111100 | 1000011 | 110100 |
Color Harmonies of #33BFD6
Complementary color
Monochromatic Colors of #33BFD6
Black with #33BFD6
Text Example
Text Example
White with #33BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFD6; }
p { color: rgb(51,191,214); }
H1.HeaderClassName
{
color: #33BFD6;
}
.AnyTagClassName
{
color: #33BFD6;
}
</style>
background-color css
<style>
a { background-color: #33BFD6; }
a { background-color: rgb(51,191,214); }
div.DivClassName
{
background-color: #33BFD6;
}
.BgClassName
{
background-color: #33BFD6;
}
</style>
border-color css
<style>
span { border-color: #33BFD6; }
span { border-color: rgb(51,191,214); }
td.TdClassName
{
border-color: #33BFD6;
}
.TagClassName
{
border-color: #33BFD6;
}
</style>