Shades of Summer Sky #33BFED
Tints of Summer Sky #33BFED
RGB
CMYK
RGB Variations
Color information
#33BFED (or 0x33BFED) is known color: Summer Sky. HEX triplet: 33, BF and ED. RGB value is (51,191,237). Sum of RGB (Red+Green+Blue) = 51+191+237=479 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.65% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #33BFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BFED is #CC4012. Grayscale: #9A9A9A. Windows color (decimal): -13385747 or 15580979. OLE color: 15580979.
HSL color Cylindrical-coordinate representation of color #33BFED: hue angle of 194.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BFED is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 191 | 237 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.07 |
| HSL | 194.84º | 0.84% | 0.56% | - |
| HSV(B) | 194.84º | 0.78% | 0.93% | - |
| XYZ | 35.28 | 44.08 | 86.77 | - |
| YUV | 154.38 | 174.62 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 237 | 0.78 | 0.19 | 0 | 0.07 | 194.84 | 0.84 | 0.56 |
| Hex | 33 | BF | ED | 4E | 13 | 0 | 7 | C3 | 54 | 38 |
| Octal | 63 | 277 | 355 | 116 | 23 | 0 | 7 | 303 | 124 | 70 |
| Binary | 110011 | 10111111 | 11101101 | 1001110 | 10011 | 0 | 111 | 11000011 | 1010100 | 111000 |
Color Harmonies of #33BFED
Complementary color
Monochromatic Colors of #33BFED
Black with #33BFED
Text Example
Text Example
White with #33BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFED; }
p { color: rgb(51,191,237); }
H1.HeaderClassName
{
color: #33BFED;
}
.AnyTagClassName
{
color: #33BFED;
}
</style>
background-color css
<style>
a { background-color: #33BFED; }
a { background-color: rgb(51,191,237); }
div.DivClassName
{
background-color: #33BFED;
}
.BgClassName
{
background-color: #33BFED;
}
</style>
border-color css
<style>
span { border-color: #33BFED; }
span { border-color: rgb(51,191,237); }
td.TdClassName
{
border-color: #33BFED;
}
.TagClassName
{
border-color: #33BFED;
}
</style>