Shades of Summer Sky #28ACCB
Tints of Summer Sky #28ACCB
RGB
CMYK
RGB Variations
Color information
#28ACCB (or 0x28ACCB) is known color: Summer Sky. HEX triplet: 28, AC and CB. RGB value is (40,172,203). Sum of RGB (Red+Green+Blue) = 40+172+203=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #28ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACCB is #D75334. Grayscale: #878787. Windows color (decimal): -14111541 or 13347880. OLE color: 13347880.
HSL color Cylindrical-coordinate representation of color #28ACCB: hue angle of 191.41º 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 #28ACCB is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 172 | 203 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.20 |
| HSL | 191.41º | 0.67% | 0.48% | - |
| HSV(B) | 191.41º | 0.8% | 0.8% | - |
| XYZ | 26.41 | 34.27 | 61.72 | - |
| YUV | 136.07 | 165.77 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 203 | 0.80 | 0.15 | 0 | 0.20 | 191.41 | 0.67 | 0.48 |
| Hex | 28 | AC | CB | 50 | F | 0 | 14 | BF | 43 | 30 |
| Octal | 50 | 254 | 313 | 120 | 17 | 0 | 24 | 277 | 103 | 60 |
| Binary | 101000 | 10101100 | 11001011 | 1010000 | 1111 | 0 | 10100 | 10111111 | 1000011 | 110000 |
Color Harmonies of #28ACCB
Complementary color
Monochromatic Colors of #28ACCB
Black with #28ACCB
Text Example
Text Example
White with #28ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACCB; }
p { color: rgb(40,172,203); }
H1.HeaderClassName
{
color: #28ACCB;
}
.AnyTagClassName
{
color: #28ACCB;
}
</style>
background-color css
<style>
a { background-color: #28ACCB; }
a { background-color: rgb(40,172,203); }
div.DivClassName
{
background-color: #28ACCB;
}
.BgClassName
{
background-color: #28ACCB;
}
</style>
border-color css
<style>
span { border-color: #28ACCB; }
span { border-color: rgb(40,172,203); }
td.TdClassName
{
border-color: #28ACCB;
}
.TagClassName
{
border-color: #28ACCB;
}
</style>