Shades of Summer Sky #33BEFF
Tints of Summer Sky #33BEFF
RGB
CMYK
RGB Variations
Color information
#33BEFF (or 0x33BEFF) is known color: Summer Sky. HEX triplet: 33, BE and FF. RGB value is (51,190,255). Sum of RGB (Red+Green+Blue) = 51+190+255=496 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.28% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BEFF is #CC4100. Grayscale: #9B9B9B. Windows color (decimal): -13385985 or 16760371. OLE color: 16760371.
HSL color Cylindrical-coordinate representation of color #33BEFF: hue angle of 199.12º 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 #33BEFF is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 190 | 255 | - |
| CMYK | 0.8 | 0.25 | 0 | 0 |
| HSL | 199.12º | 1% | 0.6% | - |
| HSV(B) | 199.12º | 0.8% | 1% | - |
| XYZ | 37.83 | 44.75 | 101.25 | - |
| YUV | 155.85 | 183.95 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 255 | 0.8 | 0.25 | 0 | 0 | 199.12 | 1 | 0.6 |
| Hex | 33 | BE | FF | 50 | 19 | 0 | 0 | C7 | 64 | 3C |
| Octal | 63 | 276 | 377 | 120 | 31 | 0 | 0 | 307 | 144 | 74 |
| Binary | 110011 | 10111110 | 11111111 | 1010000 | 11001 | 0 | 0 | 11000111 | 1100100 | 111100 |
Color Harmonies of #33BEFF
Complementary color
Monochromatic Colors of #33BEFF
Black with #33BEFF
Text Example
Text Example
White with #33BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BEFF; }
p { color: rgb(51,190,255); }
H1.HeaderClassName
{
color: #33BEFF;
}
.AnyTagClassName
{
color: #33BEFF;
}
</style>
background-color css
<style>
a { background-color: #33BEFF; }
a { background-color: rgb(51,190,255); }
div.DivClassName
{
background-color: #33BEFF;
}
.BgClassName
{
background-color: #33BEFF;
}
</style>
border-color css
<style>
span { border-color: #33BEFF; }
span { border-color: rgb(51,190,255); }
td.TdClassName
{
border-color: #33BEFF;
}
.TagClassName
{
border-color: #33BEFF;
}
</style>