Shades of Summer Sky #40BAFB
Tints of Summer Sky #40BAFB
RGB
CMYK
RGB Variations
Color information
#40BAFB (or 0x40BAFB) is known color: Summer Sky. HEX triplet: 40, BA and FB. RGB value is (64,186,251). Sum of RGB (Red+Green+Blue) = 64+186+251=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #40BAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAFB is #BF4504. Grayscale: #9C9C9C. Windows color (decimal): -12535045 or 16497216. OLE color: 16497216.
HSL color Cylindrical-coordinate representation of color #40BAFB: hue angle of 200.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BAFB is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 186 | 251 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.02 |
| HSL | 200.86º | 0.96% | 0.62% | - |
| HSV(B) | 200.86º | 0.75% | 0.98% | - |
| XYZ | 37.09 | 43.17 | 97.65 | - |
| YUV | 156.93 | 181.08 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 251 | 0.75 | 0.26 | 0 | 0.02 | 200.86 | 0.96 | 0.62 |
| Hex | 40 | BA | FB | 4B | 1A | 0 | 2 | C9 | 60 | 3E |
| Octal | 100 | 272 | 373 | 113 | 32 | 0 | 2 | 311 | 140 | 76 |
| Binary | 1000000 | 10111010 | 11111011 | 1001011 | 11010 | 0 | 10 | 11001001 | 1100000 | 111110 |
Color Harmonies of #40BAFB
Complementary color
Monochromatic Colors of #40BAFB
Black with #40BAFB
Text Example
Text Example
White with #40BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAFB; }
p { color: rgb(64,186,251); }
H1.HeaderClassName
{
color: #40BAFB;
}
.AnyTagClassName
{
color: #40BAFB;
}
</style>
background-color css
<style>
a { background-color: #40BAFB; }
a { background-color: rgb(64,186,251); }
div.DivClassName
{
background-color: #40BAFB;
}
.BgClassName
{
background-color: #40BAFB;
}
</style>
border-color css
<style>
span { border-color: #40BAFB; }
span { border-color: rgb(64,186,251); }
td.TdClassName
{
border-color: #40BAFB;
}
.TagClassName
{
border-color: #40BAFB;
}
</style>