Shades of Summer Sky #40BAFA
Tints of Summer Sky #40BAFA
RGB
CMYK
RGB Variations
Color information
#40BAFA (or 0x40BAFA) is known color: Summer Sky. HEX triplet: 40, BA and FA. RGB value is (64,186,250). Sum of RGB (Red+Green+Blue) = 64+186+250=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #40BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAFA is #BF4505. Grayscale: #9C9C9C. Windows color (decimal): -12535046 or 16431680. OLE color: 16431680.
HSL color Cylindrical-coordinate representation of color #40BAFA: hue angle of 200.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BAFA is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 186 | 250 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.02 |
| HSL | 200.65º | 0.95% | 0.62% | - |
| HSV(B) | 200.65º | 0.74% | 0.98% | - |
| XYZ | 36.93 | 43.11 | 96.82 | - |
| YUV | 156.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 250 | 0.74 | 0.26 | 0 | 0.02 | 200.65 | 0.95 | 0.62 |
| Hex | 40 | BA | FA | 4A | 1A | 0 | 2 | C9 | 5F | 3E |
| Octal | 100 | 272 | 372 | 112 | 32 | 0 | 2 | 311 | 137 | 76 |
| Binary | 1000000 | 10111010 | 11111010 | 1001010 | 11010 | 0 | 10 | 11001001 | 1011111 | 111110 |
Color Harmonies of #40BAFA
Complementary color
Monochromatic Colors of #40BAFA
Black with #40BAFA
Text Example
Text Example
White with #40BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAFA; }
p { color: rgb(64,186,250); }
H1.HeaderClassName
{
color: #40BAFA;
}
.AnyTagClassName
{
color: #40BAFA;
}
</style>
background-color css
<style>
a { background-color: #40BAFA; }
a { background-color: rgb(64,186,250); }
div.DivClassName
{
background-color: #40BAFA;
}
.BgClassName
{
background-color: #40BAFA;
}
</style>
border-color css
<style>
span { border-color: #40BAFA; }
span { border-color: rgb(64,186,250); }
td.TdClassName
{
border-color: #40BAFA;
}
.TagClassName
{
border-color: #40BAFA;
}
</style>