Shades of Summer Sky #28BFFC
Tints of Summer Sky #28BFFC
RGB
CMYK
RGB Variations
Color information
#28BFFC (or 0x28BFFC) is known color: Summer Sky. HEX triplet: 28, BF and FC. RGB value is (40,191,252). Sum of RGB (Red+Green+Blue) = 40+191+252=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #28BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BFFC is #D74003. Grayscale: #989898. Windows color (decimal): -14106628 or 16564008. OLE color: 16564008.
HSL color Cylindrical-coordinate representation of color #28BFFC: hue angle of 197.26º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BFFC is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 191 | 252 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.01 |
| HSL | 197.26º | 0.97% | 0.57% | - |
| HSV(B) | 197.26º | 0.84% | 0.99% | - |
| XYZ | 37.08 | 44.74 | 98.78 | - |
| YUV | 152.81 | 183.97 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 252 | 0.84 | 0.24 | 0 | 0.01 | 197.26 | 0.97 | 0.57 |
| Hex | 28 | BF | FC | 54 | 18 | 0 | 1 | C5 | 61 | 39 |
| Octal | 50 | 277 | 374 | 124 | 30 | 0 | 1 | 305 | 141 | 71 |
| Binary | 101000 | 10111111 | 11111100 | 1010100 | 11000 | 0 | 1 | 11000101 | 1100001 | 111001 |
Color Harmonies of #28BFFC
Complementary color
Monochromatic Colors of #28BFFC
Black with #28BFFC
Text Example
Text Example
White with #28BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFFC; }
p { color: rgb(40,191,252); }
H1.HeaderClassName
{
color: #28BFFC;
}
.AnyTagClassName
{
color: #28BFFC;
}
</style>
background-color css
<style>
a { background-color: #28BFFC; }
a { background-color: rgb(40,191,252); }
div.DivClassName
{
background-color: #28BFFC;
}
.BgClassName
{
background-color: #28BFFC;
}
</style>
border-color css
<style>
span { border-color: #28BFFC; }
span { border-color: rgb(40,191,252); }
td.TdClassName
{
border-color: #28BFFC;
}
.TagClassName
{
border-color: #28BFFC;
}
</style>