Shades of Summer Sky #28B8CF
Tints of Summer Sky #28B8CF
RGB
CMYK
RGB Variations
Color information
#28B8CF (or 0x28B8CF) is known color: Summer Sky. HEX triplet: 28, B8 and CF. RGB value is (40,184,207). Sum of RGB (Red+Green+Blue) = 40+184+207=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #28B8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B8CF is #D74730. Grayscale: #8F8F8F. Windows color (decimal): -14108465 or 13613096. OLE color: 13613096.
HSL color Cylindrical-coordinate representation of color #28B8CF: hue angle of 188.26º degrees, saturation: 0.68, 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 #28B8CF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 184 | 207 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.19 |
| HSL | 188.26º | 0.68% | 0.48% | - |
| HSV(B) | 188.26º | 0.81% | 0.81% | - |
| XYZ | 29.28 | 39.24 | 65.06 | - |
| YUV | 143.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 184 | 207 | 0.81 | 0.11 | 0 | 0.19 | 188.26 | 0.68 | 0.48 |
| Hex | 28 | B8 | CF | 51 | B | 0 | 13 | BC | 44 | 30 |
| Octal | 50 | 270 | 317 | 121 | 13 | 0 | 23 | 274 | 104 | 60 |
| Binary | 101000 | 10111000 | 11001111 | 1010001 | 1011 | 0 | 10011 | 10111100 | 1000100 | 110000 |
Color Harmonies of #28B8CF
Complementary color
Monochromatic Colors of #28B8CF
Black with #28B8CF
Text Example
Text Example
White with #28B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B8CF; }
p { color: rgb(40,184,207); }
H1.HeaderClassName
{
color: #28B8CF;
}
.AnyTagClassName
{
color: #28B8CF;
}
</style>
background-color css
<style>
a { background-color: #28B8CF; }
a { background-color: rgb(40,184,207); }
div.DivClassName
{
background-color: #28B8CF;
}
.BgClassName
{
background-color: #28B8CF;
}
</style>
border-color css
<style>
span { border-color: #28B8CF; }
span { border-color: rgb(40,184,207); }
td.TdClassName
{
border-color: #28B8CF;
}
.TagClassName
{
border-color: #28B8CF;
}
</style>