Shades of Summer Sky #40BBFD
Tints of Summer Sky #40BBFD
RGB
CMYK
RGB Variations
Color information
#40BBFD (or 0x40BBFD) is known color: Summer Sky. HEX triplet: 40, BB and FD. RGB value is (64,187,253). Sum of RGB (Red+Green+Blue) = 64+187+253=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #40BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBFD is #BF4402. Grayscale: #9D9D9D. Windows color (decimal): -12534787 or 16628544. OLE color: 16628544.
HSL color Cylindrical-coordinate representation of color #40BBFD: hue angle of 200.95º degrees, saturation: 0.98, 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 #40BBFD is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 187 | 253 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.01 |
| HSL | 200.95º | 0.98% | 0.62% | - |
| HSV(B) | 200.95º | 0.75% | 0.99% | - |
| XYZ | 37.61 | 43.72 | 99.39 | - |
| YUV | 157.75 | 181.75 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 253 | 0.75 | 0.26 | 0 | 0.01 | 200.95 | 0.98 | 0.62 |
| Hex | 40 | BB | FD | 4B | 1A | 0 | 1 | C9 | 62 | 3E |
| Octal | 100 | 273 | 375 | 113 | 32 | 0 | 1 | 311 | 142 | 76 |
| Binary | 1000000 | 10111011 | 11111101 | 1001011 | 11010 | 0 | 1 | 11001001 | 1100010 | 111110 |
Color Harmonies of #40BBFD
Complementary color
Monochromatic Colors of #40BBFD
Black with #40BBFD
Text Example
Text Example
White with #40BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBFD; }
p { color: rgb(64,187,253); }
H1.HeaderClassName
{
color: #40BBFD;
}
.AnyTagClassName
{
color: #40BBFD;
}
</style>
background-color css
<style>
a { background-color: #40BBFD; }
a { background-color: rgb(64,187,253); }
div.DivClassName
{
background-color: #40BBFD;
}
.BgClassName
{
background-color: #40BBFD;
}
</style>
border-color css
<style>
span { border-color: #40BBFD; }
span { border-color: rgb(64,187,253); }
td.TdClassName
{
border-color: #40BBFD;
}
.TagClassName
{
border-color: #40BBFD;
}
</style>