Shades of Summer Sky #28B3CB
Tints of Summer Sky #28B3CB
RGB
CMYK
RGB Variations
Color information
#28B3CB (or 0x28B3CB) is known color: Summer Sky. HEX triplet: 28, B3 and CB. RGB value is (40,179,203). Sum of RGB (Red+Green+Blue) = 40+179+203=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #28B3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B3CB is #D74C34. Grayscale: #8B8B8B. Windows color (decimal): -14109749 or 13349672. OLE color: 13349672.
HSL color Cylindrical-coordinate representation of color #28B3CB: hue angle of 188.83º 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 #28B3CB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 179 | 203 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.20 |
| HSL | 188.83º | 0.67% | 0.48% | - |
| HSV(B) | 188.83º | 0.8% | 0.8% | - |
| XYZ | 27.77 | 37 | 62.18 | - |
| YUV | 140.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 203 | 0.80 | 0.12 | 0 | 0.20 | 188.83 | 0.67 | 0.48 |
| Hex | 28 | B3 | CB | 50 | C | 0 | 14 | BD | 43 | 30 |
| Octal | 50 | 263 | 313 | 120 | 14 | 0 | 24 | 275 | 103 | 60 |
| Binary | 101000 | 10110011 | 11001011 | 1010000 | 1100 | 0 | 10100 | 10111101 | 1000011 | 110000 |
Color Harmonies of #28B3CB
Complementary color
Monochromatic Colors of #28B3CB
Black with #28B3CB
Text Example
Text Example
White with #28B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B3CB; }
p { color: rgb(40,179,203); }
H1.HeaderClassName
{
color: #28B3CB;
}
.AnyTagClassName
{
color: #28B3CB;
}
</style>
background-color css
<style>
a { background-color: #28B3CB; }
a { background-color: rgb(40,179,203); }
div.DivClassName
{
background-color: #28B3CB;
}
.BgClassName
{
background-color: #28B3CB;
}
</style>
border-color css
<style>
span { border-color: #28B3CB; }
span { border-color: rgb(40,179,203); }
td.TdClassName
{
border-color: #28B3CB;
}
.TagClassName
{
border-color: #28B3CB;
}
</style>