Shades of Summer Sky #40BFF0
Tints of Summer Sky #40BFF0
RGB
CMYK
RGB Variations
Color information
#40BFF0 (or 0x40BFF0) is known color: Summer Sky. HEX triplet: 40, BF and F0. RGB value is (64,191,240). Sum of RGB (Red+Green+Blue) = 64+191+240=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #40BFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFF0 is #BF400F. Grayscale: #9E9E9E. Windows color (decimal): -12533776 or 15777600. OLE color: 15777600.
HSL color Cylindrical-coordinate representation of color #40BFF0: hue angle of 196.7º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BFF0 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 191 | 240 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.06 |
| HSL | 196.7º | 0.85% | 0.6% | - |
| HSV(B) | 196.7º | 0.73% | 0.94% | - |
| XYZ | 36.47 | 44.64 | 89.13 | - |
| YUV | 158.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 240 | 0.73 | 0.20 | 0 | 0.06 | 196.7 | 0.85 | 0.6 |
| Hex | 40 | BF | F0 | 49 | 14 | 0 | 6 | C5 | 55 | 3C |
| Octal | 100 | 277 | 360 | 111 | 24 | 0 | 6 | 305 | 125 | 74 |
| Binary | 1000000 | 10111111 | 11110000 | 1001001 | 10100 | 0 | 110 | 11000101 | 1010101 | 111100 |
Color Harmonies of #40BFF0
Complementary color
Monochromatic Colors of #40BFF0
Black with #40BFF0
Text Example
Text Example
White with #40BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFF0; }
p { color: rgb(64,191,240); }
H1.HeaderClassName
{
color: #40BFF0;
}
.AnyTagClassName
{
color: #40BFF0;
}
</style>
background-color css
<style>
a { background-color: #40BFF0; }
a { background-color: rgb(64,191,240); }
div.DivClassName
{
background-color: #40BFF0;
}
.BgClassName
{
background-color: #40BFF0;
}
</style>
border-color css
<style>
span { border-color: #40BFF0; }
span { border-color: rgb(64,191,240); }
td.TdClassName
{
border-color: #40BFF0;
}
.TagClassName
{
border-color: #40BFF0;
}
</style>