Shades of Summer Sky #28AFCC
Tints of Summer Sky #28AFCC
RGB
CMYK
RGB Variations
Color information
#28AFCC (or 0x28AFCC) is known color: Summer Sky. HEX triplet: 28, AF and CC. RGB value is (40,175,204). Sum of RGB (Red+Green+Blue) = 40+175+204=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #28AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFCC is #D75033. Grayscale: #898989. Windows color (decimal): -14110772 or 13414184. OLE color: 13414184.
HSL color Cylindrical-coordinate representation of color #28AFCC: hue angle of 190.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28AFCC is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 175 | 204 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.2 |
| HSL | 190.61º | 0.67% | 0.48% | - |
| HSV(B) | 190.61º | 0.8% | 0.8% | - |
| XYZ | 27.1 | 35.47 | 62.54 | - |
| YUV | 137.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 204 | 0.80 | 0.14 | 0 | 0.2 | 190.61 | 0.67 | 0.48 |
| Hex | 28 | AF | CC | 50 | E | 0 | 14 | BF | 43 | 30 |
| Octal | 50 | 257 | 314 | 120 | 16 | 0 | 24 | 277 | 103 | 60 |
| Binary | 101000 | 10101111 | 11001100 | 1010000 | 1110 | 0 | 10100 | 10111111 | 1000011 | 110000 |
Color Harmonies of #28AFCC
Complementary color
Monochromatic Colors of #28AFCC
Black with #28AFCC
Text Example
Text Example
White with #28AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFCC; }
p { color: rgb(40,175,204); }
H1.HeaderClassName
{
color: #28AFCC;
}
.AnyTagClassName
{
color: #28AFCC;
}
</style>
background-color css
<style>
a { background-color: #28AFCC; }
a { background-color: rgb(40,175,204); }
div.DivClassName
{
background-color: #28AFCC;
}
.BgClassName
{
background-color: #28AFCC;
}
</style>
border-color css
<style>
span { border-color: #28AFCC; }
span { border-color: rgb(40,175,204); }
td.TdClassName
{
border-color: #28AFCC;
}
.TagClassName
{
border-color: #28AFCC;
}
</style>