Shades of Summer Sky #40BBFC
Tints of Summer Sky #40BBFC
RGB
CMYK
RGB Variations
Color information
#40BBFC (or 0x40BBFC) is known color: Summer Sky. HEX triplet: 40, BB and FC. RGB value is (64,187,252). Sum of RGB (Red+Green+Blue) = 64+187+252=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #40BBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBFC is #BF4403. Grayscale: #9D9D9D. Windows color (decimal): -12534788 or 16563008. OLE color: 16563008.
HSL color Cylindrical-coordinate representation of color #40BBFC: hue angle of 200.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BBFC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 187 | 252 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.01 |
| HSL | 200.74º | 0.97% | 0.62% | - |
| HSV(B) | 200.74º | 0.75% | 0.99% | - |
| XYZ | 37.46 | 43.66 | 98.55 | - |
| YUV | 157.63 | 181.25 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 252 | 0.75 | 0.26 | 0 | 0.01 | 200.74 | 0.97 | 0.62 |
| Hex | 40 | BB | FC | 4B | 1A | 0 | 1 | C9 | 61 | 3E |
| Octal | 100 | 273 | 374 | 113 | 32 | 0 | 1 | 311 | 141 | 76 |
| Binary | 1000000 | 10111011 | 11111100 | 1001011 | 11010 | 0 | 1 | 11001001 | 1100001 | 111110 |
Color Harmonies of #40BBFC
Complementary color
Monochromatic Colors of #40BBFC
Black with #40BBFC
Text Example
Text Example
White with #40BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBFC; }
p { color: rgb(64,187,252); }
H1.HeaderClassName
{
color: #40BBFC;
}
.AnyTagClassName
{
color: #40BBFC;
}
</style>
background-color css
<style>
a { background-color: #40BBFC; }
a { background-color: rgb(64,187,252); }
div.DivClassName
{
background-color: #40BBFC;
}
.BgClassName
{
background-color: #40BBFC;
}
</style>
border-color css
<style>
span { border-color: #40BBFC; }
span { border-color: rgb(64,187,252); }
td.TdClassName
{
border-color: #40BBFC;
}
.TagClassName
{
border-color: #40BBFC;
}
</style>