Shades of Summer Sky #28AFCE
Tints of Summer Sky #28AFCE
RGB
CMYK
RGB Variations
Color information
#28AFCE (or 0x28AFCE) is known color: Summer Sky. HEX triplet: 28, AF and CE. RGB value is (40,175,206). Sum of RGB (Red+Green+Blue) = 40+175+206=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #28AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFCE is #D75031. Grayscale: #898989. Windows color (decimal): -14110770 or 13545256. OLE color: 13545256.
HSL color Cylindrical-coordinate representation of color #28AFCE: hue angle of 191.2º 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 #28AFCE is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 175 | 206 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.19 |
| HSL | 191.2º | 0.67% | 0.48% | - |
| HSV(B) | 191.2º | 0.81% | 0.81% | - |
| XYZ | 27.35 | 35.57 | 63.82 | - |
| YUV | 138.17 | 166.27 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 206 | 0.81 | 0.15 | 0 | 0.19 | 191.2 | 0.67 | 0.48 |
| Hex | 28 | AF | CE | 51 | F | 0 | 13 | BF | 43 | 30 |
| Octal | 50 | 257 | 316 | 121 | 17 | 0 | 23 | 277 | 103 | 60 |
| Binary | 101000 | 10101111 | 11001110 | 1010001 | 1111 | 0 | 10011 | 10111111 | 1000011 | 110000 |
Color Harmonies of #28AFCE
Complementary color
Monochromatic Colors of #28AFCE
Black with #28AFCE
Text Example
Text Example
White with #28AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFCE; }
p { color: rgb(40,175,206); }
H1.HeaderClassName
{
color: #28AFCE;
}
.AnyTagClassName
{
color: #28AFCE;
}
</style>
background-color css
<style>
a { background-color: #28AFCE; }
a { background-color: rgb(40,175,206); }
div.DivClassName
{
background-color: #28AFCE;
}
.BgClassName
{
background-color: #28AFCE;
}
</style>
border-color css
<style>
span { border-color: #28AFCE; }
span { border-color: rgb(40,175,206); }
td.TdClassName
{
border-color: #28AFCE;
}
.TagClassName
{
border-color: #28AFCE;
}
</style>