Shades of Summer Sky #33BDFE
Tints of Summer Sky #33BDFE
RGB
CMYK
RGB Variations
Color information
#33BDFE (or 0x33BDFE) is known color: Summer Sky. HEX triplet: 33, BD and FE. RGB value is (51,189,254). Sum of RGB (Red+Green+Blue) = 51+189+254=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #33BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDFE is #CC4201. Grayscale: #9A9A9A. Windows color (decimal): -13386242 or 16694579. OLE color: 16694579.
HSL color Cylindrical-coordinate representation of color #33BDFE: hue angle of 199.21º 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 #33BDFE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 189 | 254 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.00 |
| HSL | 199.21º | 0.99% | 0.6% | - |
| HSV(B) | 199.21º | 0.8% | 1% | - |
| XYZ | 37.45 | 44.25 | 100.33 | - |
| YUV | 155.15 | 183.78 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 254 | 0.80 | 0.26 | 0 | 0.00 | 199.21 | 0.99 | 0.6 |
| Hex | 33 | BD | FE | 50 | 1A | 0 | 0 | C7 | 63 | 3C |
| Octal | 63 | 275 | 376 | 120 | 32 | 0 | 0 | 307 | 143 | 74 |
| Binary | 110011 | 10111101 | 11111110 | 1010000 | 11010 | 0 | 0 | 11000111 | 1100011 | 111100 |
Color Harmonies of #33BDFE
Complementary color
Monochromatic Colors of #33BDFE
Black with #33BDFE
Text Example
Text Example
White with #33BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDFE; }
p { color: rgb(51,189,254); }
H1.HeaderClassName
{
color: #33BDFE;
}
.AnyTagClassName
{
color: #33BDFE;
}
</style>
background-color css
<style>
a { background-color: #33BDFE; }
a { background-color: rgb(51,189,254); }
div.DivClassName
{
background-color: #33BDFE;
}
.BgClassName
{
background-color: #33BDFE;
}
</style>
border-color css
<style>
span { border-color: #33BDFE; }
span { border-color: rgb(51,189,254); }
td.TdClassName
{
border-color: #33BDFE;
}
.TagClassName
{
border-color: #33BDFE;
}
</style>