Shades of Summer Sky #33BFEB
Tints of Summer Sky #33BFEB
RGB
CMYK
RGB Variations
Color information
#33BFEB (or 0x33BFEB) is known color: Summer Sky. HEX triplet: 33, BF and EB. RGB value is (51,191,235). Sum of RGB (Red+Green+Blue) = 51+191+235=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #33BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BFEB is #CC4014. Grayscale: #999999. Windows color (decimal): -13385749 or 15449907. OLE color: 15449907.
HSL color Cylindrical-coordinate representation of color #33BFEB: hue angle of 194.35º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BFEB is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 191 | 235 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.08 |
| HSL | 194.35º | 0.82% | 0.56% | - |
| HSV(B) | 194.35º | 0.78% | 0.92% | - |
| XYZ | 34.99 | 43.96 | 85.24 | - |
| YUV | 154.16 | 173.62 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 235 | 0.78 | 0.19 | 0 | 0.08 | 194.35 | 0.82 | 0.56 |
| Hex | 33 | BF | EB | 4E | 13 | 0 | 8 | C2 | 52 | 38 |
| Octal | 63 | 277 | 353 | 116 | 23 | 0 | 10 | 302 | 122 | 70 |
| Binary | 110011 | 10111111 | 11101011 | 1001110 | 10011 | 0 | 1000 | 11000010 | 1010010 | 111000 |
Color Harmonies of #33BFEB
Complementary color
Monochromatic Colors of #33BFEB
Black with #33BFEB
Text Example
Text Example
White with #33BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFEB; }
p { color: rgb(51,191,235); }
H1.HeaderClassName
{
color: #33BFEB;
}
.AnyTagClassName
{
color: #33BFEB;
}
</style>
background-color css
<style>
a { background-color: #33BFEB; }
a { background-color: rgb(51,191,235); }
div.DivClassName
{
background-color: #33BFEB;
}
.BgClassName
{
background-color: #33BFEB;
}
</style>
border-color css
<style>
span { border-color: #33BFEB; }
span { border-color: rgb(51,191,235); }
td.TdClassName
{
border-color: #33BFEB;
}
.TagClassName
{
border-color: #33BFEB;
}
</style>