Shades of Summer Sky #28AFFB
Tints of Summer Sky #28AFFB
RGB
CMYK
RGB Variations
Color information
#28AFFB (or 0x28AFFB) is known color: Summer Sky. HEX triplet: 28, AF and FB. RGB value is (40,175,251). Sum of RGB (Red+Green+Blue) = 40+175+251=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #28AFFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFFB is #D75004. Grayscale: #8E8E8E. Windows color (decimal): -14110725 or 16494376. OLE color: 16494376.
HSL color Cylindrical-coordinate representation of color #28AFFB: hue angle of 201.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28AFFB is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 175 | 251 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.02 |
| HSL | 201.61º | 0.96% | 0.57% | - |
| HSV(B) | 201.61º | 0.84% | 0.98% | - |
| XYZ | 33.62 | 38.08 | 96.84 | - |
| YUV | 143.3 | 188.77 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 251 | 0.84 | 0.30 | 0 | 0.02 | 201.61 | 0.96 | 0.57 |
| Hex | 28 | AF | FB | 54 | 1E | 0 | 2 | CA | 60 | 39 |
| Octal | 50 | 257 | 373 | 124 | 36 | 0 | 2 | 312 | 140 | 71 |
| Binary | 101000 | 10101111 | 11111011 | 1010100 | 11110 | 0 | 10 | 11001010 | 1100000 | 111001 |
Color Harmonies of #28AFFB
Complementary color
Monochromatic Colors of #28AFFB
Black with #28AFFB
Text Example
Text Example
White with #28AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFFB; }
p { color: rgb(40,175,251); }
H1.HeaderClassName
{
color: #28AFFB;
}
.AnyTagClassName
{
color: #28AFFB;
}
</style>
background-color css
<style>
a { background-color: #28AFFB; }
a { background-color: rgb(40,175,251); }
div.DivClassName
{
background-color: #28AFFB;
}
.BgClassName
{
background-color: #28AFFB;
}
</style>
border-color css
<style>
span { border-color: #28AFFB; }
span { border-color: rgb(40,175,251); }
td.TdClassName
{
border-color: #28AFFB;
}
.TagClassName
{
border-color: #28AFFB;
}
</style>