Shades of Summer Sky #28BCDF
Tints of Summer Sky #28BCDF
RGB
CMYK
RGB Variations
Color information
#28BCDF (or 0x28BCDF) is known color: Summer Sky. HEX triplet: 28, BC and DF. RGB value is (40,188,223). Sum of RGB (Red+Green+Blue) = 40+188+223=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #28BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCDF is #D74320. Grayscale: #939393. Windows color (decimal): -14107425 or 14662696. OLE color: 14662696.
HSL color Cylindrical-coordinate representation of color #28BCDF: hue angle of 191.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BCDF is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 188 | 223 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.13 |
| HSL | 191.48º | 0.74% | 0.52% | - |
| HSV(B) | 191.48º | 0.82% | 0.87% | - |
| XYZ | 32.18 | 41.75 | 76.17 | - |
| YUV | 147.74 | 170.47 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 223 | 0.82 | 0.16 | 0 | 0.13 | 191.48 | 0.74 | 0.52 |
| Hex | 28 | BC | DF | 52 | 10 | 0 | D | BF | 4A | 34 |
| Octal | 50 | 274 | 337 | 122 | 20 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101000 | 10111100 | 11011111 | 1010010 | 10000 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #28BCDF
Complementary color
Monochromatic Colors of #28BCDF
Black with #28BCDF
Text Example
Text Example
White with #28BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCDF; }
p { color: rgb(40,188,223); }
H1.HeaderClassName
{
color: #28BCDF;
}
.AnyTagClassName
{
color: #28BCDF;
}
</style>
background-color css
<style>
a { background-color: #28BCDF; }
a { background-color: rgb(40,188,223); }
div.DivClassName
{
background-color: #28BCDF;
}
.BgClassName
{
background-color: #28BCDF;
}
</style>
border-color css
<style>
span { border-color: #28BCDF; }
span { border-color: rgb(40,188,223); }
td.TdClassName
{
border-color: #28BCDF;
}
.TagClassName
{
border-color: #28BCDF;
}
</style>