Shades of Summer Sky #28BBEE
Tints of Summer Sky #28BBEE
RGB
CMYK
RGB Variations
Color information
#28BBEE (or 0x28BBEE) is known color: Summer Sky. HEX triplet: 28, BB and EE. RGB value is (40,187,238). Sum of RGB (Red+Green+Blue) = 40+187+238=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #28BBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BBEE is #D74411. Grayscale: #949494. Windows color (decimal): -14107666 or 15645480. OLE color: 15645480.
HSL color Cylindrical-coordinate representation of color #28BBEE: hue angle of 195.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BBEE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 187 | 238 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.07 |
| HSL | 195.45º | 0.85% | 0.55% | - |
| HSV(B) | 195.45º | 0.83% | 0.93% | - |
| XYZ | 34.08 | 42.16 | 87.23 | - |
| YUV | 148.86 | 178.3 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 238 | 0.83 | 0.21 | 0 | 0.07 | 195.45 | 0.85 | 0.55 |
| Hex | 28 | BB | EE | 53 | 15 | 0 | 7 | C3 | 55 | 37 |
| Octal | 50 | 273 | 356 | 123 | 25 | 0 | 7 | 303 | 125 | 67 |
| Binary | 101000 | 10111011 | 11101110 | 1010011 | 10101 | 0 | 111 | 11000011 | 1010101 | 110111 |
Color Harmonies of #28BBEE
Complementary color
Monochromatic Colors of #28BBEE
Black with #28BBEE
Text Example
Text Example
White with #28BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBEE; }
p { color: rgb(40,187,238); }
H1.HeaderClassName
{
color: #28BBEE;
}
.AnyTagClassName
{
color: #28BBEE;
}
</style>
background-color css
<style>
a { background-color: #28BBEE; }
a { background-color: rgb(40,187,238); }
div.DivClassName
{
background-color: #28BBEE;
}
.BgClassName
{
background-color: #28BBEE;
}
</style>
border-color css
<style>
span { border-color: #28BBEE; }
span { border-color: rgb(40,187,238); }
td.TdClassName
{
border-color: #28BBEE;
}
.TagClassName
{
border-color: #28BBEE;
}
</style>