Shades of Summer Sky #40BAF8
Tints of Summer Sky #40BAF8
RGB
CMYK
RGB Variations
Color information
#40BAF8 (or 0x40BAF8) is known color: Summer Sky. HEX triplet: 40, BA and F8. RGB value is (64,186,248). Sum of RGB (Red+Green+Blue) = 64+186+248=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #40BAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAF8 is #BF4507. Grayscale: #9C9C9C. Windows color (decimal): -12535048 or 16300608. OLE color: 16300608.
HSL color Cylindrical-coordinate representation of color #40BAF8: hue angle of 200.22º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BAF8 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 186 | 248 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.03 |
| HSL | 200.22º | 0.93% | 0.61% | - |
| HSV(B) | 200.22º | 0.74% | 0.97% | - |
| XYZ | 36.62 | 42.99 | 95.17 | - |
| YUV | 156.59 | 179.58 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 248 | 0.74 | 0.25 | 0 | 0.03 | 200.22 | 0.93 | 0.61 |
| Hex | 40 | BA | F8 | 4A | 19 | 0 | 3 | C8 | 5D | 3D |
| Octal | 100 | 272 | 370 | 112 | 31 | 0 | 3 | 310 | 135 | 75 |
| Binary | 1000000 | 10111010 | 11111000 | 1001010 | 11001 | 0 | 11 | 11001000 | 1011101 | 111101 |
Color Harmonies of #40BAF8
Complementary color
Monochromatic Colors of #40BAF8
Black with #40BAF8
Text Example
Text Example
White with #40BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAF8; }
p { color: rgb(64,186,248); }
H1.HeaderClassName
{
color: #40BAF8;
}
.AnyTagClassName
{
color: #40BAF8;
}
</style>
background-color css
<style>
a { background-color: #40BAF8; }
a { background-color: rgb(64,186,248); }
div.DivClassName
{
background-color: #40BAF8;
}
.BgClassName
{
background-color: #40BAF8;
}
</style>
border-color css
<style>
span { border-color: #40BAF8; }
span { border-color: rgb(64,186,248); }
td.TdClassName
{
border-color: #40BAF8;
}
.TagClassName
{
border-color: #40BAF8;
}
</style>