Shades of Summer Sky #28B8CE
Tints of Summer Sky #28B8CE
RGB
CMYK
RGB Variations
Color information
#28B8CE (or 0x28B8CE) is known color: Summer Sky. HEX triplet: 28, B8 and CE. RGB value is (40,184,206). Sum of RGB (Red+Green+Blue) = 40+184+206=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #28B8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B8CE is #D74731. Grayscale: #8F8F8F. Windows color (decimal): -14108466 or 13547560. OLE color: 13547560.
HSL color Cylindrical-coordinate representation of color #28B8CE: hue angle of 187.95º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28B8CE is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 184 | 206 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.19 |
| HSL | 187.95º | 0.67% | 0.48% | - |
| HSV(B) | 187.95º | 0.81% | 0.81% | - |
| XYZ | 29.16 | 39.19 | 64.42 | - |
| YUV | 143.45 | 163.29 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 184 | 206 | 0.81 | 0.11 | 0 | 0.19 | 187.95 | 0.67 | 0.48 |
| Hex | 28 | B8 | CE | 51 | B | 0 | 13 | BC | 43 | 30 |
| Octal | 50 | 270 | 316 | 121 | 13 | 0 | 23 | 274 | 103 | 60 |
| Binary | 101000 | 10111000 | 11001110 | 1010001 | 1011 | 0 | 10011 | 10111100 | 1000011 | 110000 |
Color Harmonies of #28B8CE
Complementary color
Monochromatic Colors of #28B8CE
Black with #28B8CE
Text Example
Text Example
White with #28B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B8CE; }
p { color: rgb(40,184,206); }
H1.HeaderClassName
{
color: #28B8CE;
}
.AnyTagClassName
{
color: #28B8CE;
}
</style>
background-color css
<style>
a { background-color: #28B8CE; }
a { background-color: rgb(40,184,206); }
div.DivClassName
{
background-color: #28B8CE;
}
.BgClassName
{
background-color: #28B8CE;
}
</style>
border-color css
<style>
span { border-color: #28B8CE; }
span { border-color: rgb(40,184,206); }
td.TdClassName
{
border-color: #28B8CE;
}
.TagClassName
{
border-color: #28B8CE;
}
</style>