Shades of Summer Sky #28BEEB
Tints of Summer Sky #28BEEB
RGB
CMYK
RGB Variations
Color information
#28BEEB (or 0x28BEEB) is known color: Summer Sky. HEX triplet: 28, BE and EB. RGB value is (40,190,235). Sum of RGB (Red+Green+Blue) = 40+190+235=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #28BEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BEEB is #D74114. Grayscale: #959595. Windows color (decimal): -14106901 or 15449640. OLE color: 15449640.
HSL color Cylindrical-coordinate representation of color #28BEEB: hue angle of 193.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BEEB is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 190 | 235 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.08 |
| HSL | 193.85º | 0.83% | 0.54% | - |
| HSV(B) | 193.85º | 0.83% | 0.92% | - |
| XYZ | 34.28 | 43.28 | 85.14 | - |
| YUV | 150.28 | 175.81 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 235 | 0.83 | 0.19 | 0 | 0.08 | 193.85 | 0.83 | 0.54 |
| Hex | 28 | BE | EB | 53 | 13 | 0 | 8 | C2 | 53 | 36 |
| Octal | 50 | 276 | 353 | 123 | 23 | 0 | 10 | 302 | 123 | 66 |
| Binary | 101000 | 10111110 | 11101011 | 1010011 | 10011 | 0 | 1000 | 11000010 | 1010011 | 110110 |
Color Harmonies of #28BEEB
Complementary color
Monochromatic Colors of #28BEEB
Black with #28BEEB
Text Example
Text Example
White with #28BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEEB; }
p { color: rgb(40,190,235); }
H1.HeaderClassName
{
color: #28BEEB;
}
.AnyTagClassName
{
color: #28BEEB;
}
</style>
background-color css
<style>
a { background-color: #28BEEB; }
a { background-color: rgb(40,190,235); }
div.DivClassName
{
background-color: #28BEEB;
}
.BgClassName
{
background-color: #28BEEB;
}
</style>
border-color css
<style>
span { border-color: #28BEEB; }
span { border-color: rgb(40,190,235); }
td.TdClassName
{
border-color: #28BEEB;
}
.TagClassName
{
border-color: #28BEEB;
}
</style>