Shades of Summer Sky #28BFEE
Tints of Summer Sky #28BFEE
RGB
CMYK
RGB Variations
Color information
#28BFEE (or 0x28BFEE) is known color: Summer Sky. HEX triplet: 28, BF and EE. RGB value is (40,191,238). Sum of RGB (Red+Green+Blue) = 40+191+238=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #28BFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BFEE is #D74011. Grayscale: #969696. Windows color (decimal): -14106642 or 15646504. OLE color: 15646504.
HSL color Cylindrical-coordinate representation of color #28BFEE: hue angle of 194.24º 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 #28BFEE is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 191 | 238 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.07 |
| HSL | 194.24º | 0.85% | 0.55% | - |
| HSV(B) | 194.24º | 0.83% | 0.93% | - |
| XYZ | 34.94 | 43.89 | 87.52 | - |
| YUV | 151.21 | 176.97 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 238 | 0.83 | 0.20 | 0 | 0.07 | 194.24 | 0.85 | 0.55 |
| Hex | 28 | BF | EE | 53 | 14 | 0 | 7 | C2 | 55 | 37 |
| Octal | 50 | 277 | 356 | 123 | 24 | 0 | 7 | 302 | 125 | 67 |
| Binary | 101000 | 10111111 | 11101110 | 1010011 | 10100 | 0 | 111 | 11000010 | 1010101 | 110111 |
Color Harmonies of #28BFEE
Complementary color
Monochromatic Colors of #28BFEE
Black with #28BFEE
Text Example
Text Example
White with #28BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFEE; }
p { color: rgb(40,191,238); }
H1.HeaderClassName
{
color: #28BFEE;
}
.AnyTagClassName
{
color: #28BFEE;
}
</style>
background-color css
<style>
a { background-color: #28BFEE; }
a { background-color: rgb(40,191,238); }
div.DivClassName
{
background-color: #28BFEE;
}
.BgClassName
{
background-color: #28BFEE;
}
</style>
border-color css
<style>
span { border-color: #28BFEE; }
span { border-color: rgb(40,191,238); }
td.TdClassName
{
border-color: #28BFEE;
}
.TagClassName
{
border-color: #28BFEE;
}
</style>