Shades of Summer Sky #33BCFE
Tints of Summer Sky #33BCFE
RGB
CMYK
RGB Variations
Color information
#33BCFE (or 0x33BCFE) is known color: Summer Sky. HEX triplet: 33, BC and FE. RGB value is (51,188,254). Sum of RGB (Red+Green+Blue) = 51+188+254=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #33BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BCFE is #CC4301. Grayscale: #9A9A9A. Windows color (decimal): -13386498 or 16694323. OLE color: 16694323.
HSL color Cylindrical-coordinate representation of color #33BCFE: hue angle of 199.51º 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 #33BCFE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 188 | 254 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.00 |
| HSL | 199.51º | 0.99% | 0.6% | - |
| HSV(B) | 199.51º | 0.8% | 1% | - |
| XYZ | 37.24 | 43.83 | 100.26 | - |
| YUV | 154.56 | 184.11 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 254 | 0.80 | 0.26 | 0 | 0.00 | 199.51 | 0.99 | 0.6 |
| Hex | 33 | BC | FE | 50 | 1A | 0 | 0 | C8 | 63 | 3C |
| Octal | 63 | 274 | 376 | 120 | 32 | 0 | 0 | 310 | 143 | 74 |
| Binary | 110011 | 10111100 | 11111110 | 1010000 | 11010 | 0 | 0 | 11001000 | 1100011 | 111100 |
Color Harmonies of #33BCFE
Complementary color
Monochromatic Colors of #33BCFE
Black with #33BCFE
Text Example
Text Example
White with #33BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCFE; }
p { color: rgb(51,188,254); }
H1.HeaderClassName
{
color: #33BCFE;
}
.AnyTagClassName
{
color: #33BCFE;
}
</style>
background-color css
<style>
a { background-color: #33BCFE; }
a { background-color: rgb(51,188,254); }
div.DivClassName
{
background-color: #33BCFE;
}
.BgClassName
{
background-color: #33BCFE;
}
</style>
border-color css
<style>
span { border-color: #33BCFE; }
span { border-color: rgb(51,188,254); }
td.TdClassName
{
border-color: #33BCFE;
}
.TagClassName
{
border-color: #33BCFE;
}
</style>