Shades of Summer Sky #28ABD3
Tints of Summer Sky #28ABD3
RGB
CMYK
RGB Variations
Color information
#28ABD3 (or 0x28ABD3) is known color: Summer Sky. HEX triplet: 28, AB and D3. RGB value is (40,171,211). Sum of RGB (Red+Green+Blue) = 40+171+211=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #28ABD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABD3 is #D7542C. Grayscale: #888888. Windows color (decimal): -14111789 or 13871912. OLE color: 13871912.
HSL color Cylindrical-coordinate representation of color #28ABD3: hue angle of 194.04º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28ABD3 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 171 | 211 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.17 |
| HSL | 194.04º | 0.68% | 0.49% | - |
| HSV(B) | 194.04º | 0.81% | 0.83% | - |
| XYZ | 27.2 | 34.28 | 66.81 | - |
| YUV | 136.39 | 170.1 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 211 | 0.81 | 0.19 | 0 | 0.17 | 194.04 | 0.68 | 0.49 |
| Hex | 28 | AB | D3 | 51 | 13 | 0 | 11 | C2 | 44 | 31 |
| Octal | 50 | 253 | 323 | 121 | 23 | 0 | 21 | 302 | 104 | 61 |
| Binary | 101000 | 10101011 | 11010011 | 1010001 | 10011 | 0 | 10001 | 11000010 | 1000100 | 110001 |
Color Harmonies of #28ABD3
Complementary color
Monochromatic Colors of #28ABD3
Black with #28ABD3
Text Example
Text Example
White with #28ABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABD3; }
p { color: rgb(40,171,211); }
H1.HeaderClassName
{
color: #28ABD3;
}
.AnyTagClassName
{
color: #28ABD3;
}
</style>
background-color css
<style>
a { background-color: #28ABD3; }
a { background-color: rgb(40,171,211); }
div.DivClassName
{
background-color: #28ABD3;
}
.BgClassName
{
background-color: #28ABD3;
}
</style>
border-color css
<style>
span { border-color: #28ABD3; }
span { border-color: rgb(40,171,211); }
td.TdClassName
{
border-color: #28ABD3;
}
.TagClassName
{
border-color: #28ABD3;
}
</style>