Shades of Summer Sky #28BFD5
Tints of Summer Sky #28BFD5
RGB
CMYK
RGB Variations
Color information
#28BFD5 (or 0x28BFD5) is known color: Summer Sky. HEX triplet: 28, BF and D5. RGB value is (40,191,213). Sum of RGB (Red+Green+Blue) = 40+191+213=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #28BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFD5 is #D7402A. Grayscale: #949494. Windows color (decimal): -14106667 or 14008104. OLE color: 14008104.
HSL color Cylindrical-coordinate representation of color #28BFD5: hue angle of 187.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28BFD5 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 191 | 213 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.16 |
| HSL | 187.63º | 0.68% | 0.5% | - |
| HSV(B) | 187.63º | 0.81% | 0.84% | - |
| XYZ | 31.52 | 42.52 | 69.5 | - |
| YUV | 148.36 | 164.47 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 213 | 0.81 | 0.10 | 0 | 0.16 | 187.63 | 0.68 | 0.5 |
| Hex | 28 | BF | D5 | 51 | A | 0 | 10 | BC | 44 | 32 |
| Octal | 50 | 277 | 325 | 121 | 12 | 0 | 20 | 274 | 104 | 62 |
| Binary | 101000 | 10111111 | 11010101 | 1010001 | 1010 | 0 | 10000 | 10111100 | 1000100 | 110010 |
Color Harmonies of #28BFD5
Complementary color
Monochromatic Colors of #28BFD5
Black with #28BFD5
Text Example
Text Example
White with #28BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFD5; }
p { color: rgb(40,191,213); }
H1.HeaderClassName
{
color: #28BFD5;
}
.AnyTagClassName
{
color: #28BFD5;
}
</style>
background-color css
<style>
a { background-color: #28BFD5; }
a { background-color: rgb(40,191,213); }
div.DivClassName
{
background-color: #28BFD5;
}
.BgClassName
{
background-color: #28BFD5;
}
</style>
border-color css
<style>
span { border-color: #28BFD5; }
span { border-color: rgb(40,191,213); }
td.TdClassName
{
border-color: #28BFD5;
}
.TagClassName
{
border-color: #28BFD5;
}
</style>