Shades of Summer Sky #28BEFF
Tints of Summer Sky #28BEFF
RGB
CMYK
RGB Variations
Color information
#28BEFF (or 0x28BEFF) is known color: Summer Sky. HEX triplet: 28, BE and FF. RGB value is (40,190,255). Sum of RGB (Red+Green+Blue) = 40+190+255=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #28BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BEFF is #D74100. Grayscale: #989898. Windows color (decimal): -14106881 or 16760360. OLE color: 16760360.
HSL color Cylindrical-coordinate representation of color #28BEFF: hue angle of 198.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BEFF is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 190 | 255 | - |
| CMYK | 0.84 | 0.25 | 0 | 0 |
| HSL | 198.14º | 1% | 0.58% | - |
| HSV(B) | 198.14º | 0.84% | 1% | - |
| XYZ | 37.34 | 44.5 | 101.23 | - |
| YUV | 152.56 | 185.81 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 255 | 0.84 | 0.25 | 0 | 0 | 198.14 | 1 | 0.58 |
| Hex | 28 | BE | FF | 54 | 19 | 0 | 0 | C6 | 64 | 3A |
| Octal | 50 | 276 | 377 | 124 | 31 | 0 | 0 | 306 | 144 | 72 |
| Binary | 101000 | 10111110 | 11111111 | 1010100 | 11001 | 0 | 0 | 11000110 | 1100100 | 111010 |
Color Harmonies of #28BEFF
Complementary color
Monochromatic Colors of #28BEFF
Black with #28BEFF
Text Example
Text Example
White with #28BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEFF; }
p { color: rgb(40,190,255); }
H1.HeaderClassName
{
color: #28BEFF;
}
.AnyTagClassName
{
color: #28BEFF;
}
</style>
background-color css
<style>
a { background-color: #28BEFF; }
a { background-color: rgb(40,190,255); }
div.DivClassName
{
background-color: #28BEFF;
}
.BgClassName
{
background-color: #28BEFF;
}
</style>
border-color css
<style>
span { border-color: #28BEFF; }
span { border-color: rgb(40,190,255); }
td.TdClassName
{
border-color: #28BEFF;
}
.TagClassName
{
border-color: #28BEFF;
}
</style>