Shades of Summer Sky #28B0CF
Tints of Summer Sky #28B0CF
RGB
CMYK
RGB Variations
Color information
#28B0CF (or 0x28B0CF) is known color: Summer Sky. HEX triplet: 28, B0 and CF. RGB value is (40,176,207). Sum of RGB (Red+Green+Blue) = 40+176+207=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #28B0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B0CF is #D74F30. Grayscale: #8A8A8A. Windows color (decimal): -14110513 or 13611048. OLE color: 13611048.
HSL color Cylindrical-coordinate representation of color #28B0CF: hue angle of 191.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28B0CF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 176 | 207 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.19 |
| HSL | 191.14º | 0.68% | 0.48% | - |
| HSV(B) | 191.14º | 0.81% | 0.81% | - |
| XYZ | 27.66 | 36.01 | 64.52 | - |
| YUV | 138.87 | 166.44 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 207 | 0.81 | 0.15 | 0 | 0.19 | 191.14 | 0.68 | 0.48 |
| Hex | 28 | B0 | CF | 51 | F | 0 | 13 | BF | 44 | 30 |
| Octal | 50 | 260 | 317 | 121 | 17 | 0 | 23 | 277 | 104 | 60 |
| Binary | 101000 | 10110000 | 11001111 | 1010001 | 1111 | 0 | 10011 | 10111111 | 1000100 | 110000 |
Color Harmonies of #28B0CF
Complementary color
Monochromatic Colors of #28B0CF
Black with #28B0CF
Text Example
Text Example
White with #28B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B0CF; }
p { color: rgb(40,176,207); }
H1.HeaderClassName
{
color: #28B0CF;
}
.AnyTagClassName
{
color: #28B0CF;
}
</style>
background-color css
<style>
a { background-color: #28B0CF; }
a { background-color: rgb(40,176,207); }
div.DivClassName
{
background-color: #28B0CF;
}
.BgClassName
{
background-color: #28B0CF;
}
</style>
border-color css
<style>
span { border-color: #28B0CF; }
span { border-color: rgb(40,176,207); }
td.TdClassName
{
border-color: #28B0CF;
}
.TagClassName
{
border-color: #28B0CF;
}
</style>