Shades of Summer Sky #28AFCB
Tints of Summer Sky #28AFCB
RGB
CMYK
RGB Variations
Color information
#28AFCB (or 0x28AFCB) is known color: Summer Sky. HEX triplet: 28, AF and CB. RGB value is (40,175,203). Sum of RGB (Red+Green+Blue) = 40+175+203=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #28AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFCB is #D75034. Grayscale: #898989. Windows color (decimal): -14110773 or 13348648. OLE color: 13348648.
HSL color Cylindrical-coordinate representation of color #28AFCB: hue angle of 190.31º 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 #28AFCB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 175 | 203 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.20 |
| HSL | 190.31º | 0.67% | 0.48% | - |
| HSV(B) | 190.31º | 0.8% | 0.8% | - |
| XYZ | 26.98 | 35.42 | 61.91 | - |
| YUV | 137.83 | 164.77 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 203 | 0.80 | 0.14 | 0 | 0.20 | 190.31 | 0.67 | 0.48 |
| Hex | 28 | AF | CB | 50 | E | 0 | 14 | BE | 43 | 30 |
| Octal | 50 | 257 | 313 | 120 | 16 | 0 | 24 | 276 | 103 | 60 |
| Binary | 101000 | 10101111 | 11001011 | 1010000 | 1110 | 0 | 10100 | 10111110 | 1000011 | 110000 |
Color Harmonies of #28AFCB
Complementary color
Monochromatic Colors of #28AFCB
Black with #28AFCB
Text Example
Text Example
White with #28AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFCB; }
p { color: rgb(40,175,203); }
H1.HeaderClassName
{
color: #28AFCB;
}
.AnyTagClassName
{
color: #28AFCB;
}
</style>
background-color css
<style>
a { background-color: #28AFCB; }
a { background-color: rgb(40,175,203); }
div.DivClassName
{
background-color: #28AFCB;
}
.BgClassName
{
background-color: #28AFCB;
}
</style>
border-color css
<style>
span { border-color: #28AFCB; }
span { border-color: rgb(40,175,203); }
td.TdClassName
{
border-color: #28AFCB;
}
.TagClassName
{
border-color: #28AFCB;
}
</style>