Shades of Summer Sky #28BCCC
Tints of Summer Sky #28BCCC
RGB
CMYK
RGB Variations
Color information
#28BCCC (or 0x28BCCC) is known color: Summer Sky. HEX triplet: 28, BC and CC. RGB value is (40,188,204). Sum of RGB (Red+Green+Blue) = 40+188+204=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #28BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCCC is #D74333. Grayscale: #919191. Windows color (decimal): -14107444 or 13417512. OLE color: 13417512.
HSL color Cylindrical-coordinate representation of color #28BCCC: hue angle of 185.85º 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 #28BCCC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 188 | 204 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.2 |
| HSL | 185.85º | 0.67% | 0.48% | - |
| HSV(B) | 185.85º | 0.8% | 0.8% | - |
| XYZ | 29.76 | 40.78 | 63.43 | - |
| YUV | 145.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 204 | 0.80 | 0.08 | 0 | 0.2 | 185.85 | 0.67 | 0.48 |
| Hex | 28 | BC | CC | 50 | 8 | 0 | 14 | BA | 43 | 30 |
| Octal | 50 | 274 | 314 | 120 | 10 | 0 | 24 | 272 | 103 | 60 |
| Binary | 101000 | 10111100 | 11001100 | 1010000 | 1000 | 0 | 10100 | 10111010 | 1000011 | 110000 |
Color Harmonies of #28BCCC
Complementary color
Monochromatic Colors of #28BCCC
Black with #28BCCC
Text Example
Text Example
White with #28BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCCC; }
p { color: rgb(40,188,204); }
H1.HeaderClassName
{
color: #28BCCC;
}
.AnyTagClassName
{
color: #28BCCC;
}
</style>
background-color css
<style>
a { background-color: #28BCCC; }
a { background-color: rgb(40,188,204); }
div.DivClassName
{
background-color: #28BCCC;
}
.BgClassName
{
background-color: #28BCCC;
}
</style>
border-color css
<style>
span { border-color: #28BCCC; }
span { border-color: rgb(40,188,204); }
td.TdClassName
{
border-color: #28BCCC;
}
.TagClassName
{
border-color: #28BCCC;
}
</style>