Shades of Summer Sky #33BAFF
Tints of Summer Sky #33BAFF
RGB
CMYK
RGB Variations
Color information
#33BAFF (or 0x33BAFF) is known color: Summer Sky. HEX triplet: 33, BA and FF. RGB value is (51,186,255). Sum of RGB (Red+Green+Blue) = 51+186+255=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BAFF is #CC4500. Grayscale: #999999. Windows color (decimal): -13387009 or 16759347. OLE color: 16759347.
HSL color Cylindrical-coordinate representation of color #33BAFF: hue angle of 200.29º 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 #33BAFF is Cyan = 0.8, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 186 | 255 | - |
| CMYK | 0.8 | 0.27 | 0 | 0 |
| HSL | 200.29º | 1% | 0.6% | - |
| HSV(B) | 200.29º | 0.8% | 1% | - |
| XYZ | 36.97 | 43.04 | 100.97 | - |
| YUV | 153.5 | 185.27 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 255 | 0.8 | 0.27 | 0 | 0 | 200.29 | 1 | 0.6 |
| Hex | 33 | BA | FF | 50 | 1B | 0 | 0 | C8 | 64 | 3C |
| Octal | 63 | 272 | 377 | 120 | 33 | 0 | 0 | 310 | 144 | 74 |
| Binary | 110011 | 10111010 | 11111111 | 1010000 | 11011 | 0 | 0 | 11001000 | 1100100 | 111100 |
Color Harmonies of #33BAFF
Complementary color
Monochromatic Colors of #33BAFF
Black with #33BAFF
Text Example
Text Example
White with #33BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BAFF; }
p { color: rgb(51,186,255); }
H1.HeaderClassName
{
color: #33BAFF;
}
.AnyTagClassName
{
color: #33BAFF;
}
</style>
background-color css
<style>
a { background-color: #33BAFF; }
a { background-color: rgb(51,186,255); }
div.DivClassName
{
background-color: #33BAFF;
}
.BgClassName
{
background-color: #33BAFF;
}
</style>
border-color css
<style>
span { border-color: #33BAFF; }
span { border-color: rgb(51,186,255); }
td.TdClassName
{
border-color: #33BAFF;
}
.TagClassName
{
border-color: #33BAFF;
}
</style>