Shades of Summer Sky #33BDFF
Tints of Summer Sky #33BDFF
RGB
CMYK
RGB Variations
Color information
#33BDFF (or 0x33BDFF) is known color: Summer Sky. HEX triplet: 33, BD and FF. RGB value is (51,189,255). Sum of RGB (Red+Green+Blue) = 51+189+255=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDFF is #CC4200. Grayscale: #9A9A9A. Windows color (decimal): -13386241 or 16760115. OLE color: 16760115.
HSL color Cylindrical-coordinate representation of color #33BDFF: hue angle of 199.41º 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 #33BDFF is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 189 | 255 | - |
| CMYK | 0.8 | 0.26 | 0 | 0 |
| HSL | 199.41º | 1% | 0.6% | - |
| HSV(B) | 199.41º | 0.8% | 1% | - |
| XYZ | 37.61 | 44.32 | 101.18 | - |
| YUV | 155.26 | 184.28 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 255 | 0.8 | 0.26 | 0 | 0 | 199.41 | 1 | 0.6 |
| Hex | 33 | BD | FF | 50 | 1A | 0 | 0 | C7 | 64 | 3C |
| Octal | 63 | 275 | 377 | 120 | 32 | 0 | 0 | 307 | 144 | 74 |
| Binary | 110011 | 10111101 | 11111111 | 1010000 | 11010 | 0 | 0 | 11000111 | 1100100 | 111100 |
Color Harmonies of #33BDFF
Complementary color
Monochromatic Colors of #33BDFF
Black with #33BDFF
Text Example
Text Example
White with #33BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDFF; }
p { color: rgb(51,189,255); }
H1.HeaderClassName
{
color: #33BDFF;
}
.AnyTagClassName
{
color: #33BDFF;
}
</style>
background-color css
<style>
a { background-color: #33BDFF; }
a { background-color: rgb(51,189,255); }
div.DivClassName
{
background-color: #33BDFF;
}
.BgClassName
{
background-color: #33BDFF;
}
</style>
border-color css
<style>
span { border-color: #33BDFF; }
span { border-color: rgb(51,189,255); }
td.TdClassName
{
border-color: #33BDFF;
}
.TagClassName
{
border-color: #33BDFF;
}
</style>