Shades of Summer Sky #40BDFF
Tints of Summer Sky #40BDFF
RGB
CMYK
RGB Variations
Color information
#40BDFF (or 0x40BDFF) is known color: Summer Sky. HEX triplet: 40, BD and FF. RGB value is (64,189,255). Sum of RGB (Red+Green+Blue) = 64+189+255=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #40BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDFF is #BF4200. Grayscale: #9E9E9E. Windows color (decimal): -12534273 or 16760128. OLE color: 16760128.
HSL color Cylindrical-coordinate representation of color #40BDFF: hue angle of 200.73º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BDFF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 189 | 255 | - |
| CMYK | 0.75 | 0.26 | 0 | 0 |
| HSL | 200.73º | 1% | 0.63% | - |
| HSV(B) | 200.73º | 0.75% | 1% | - |
| XYZ | 38.36 | 44.71 | 101.21 | - |
| YUV | 159.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 255 | 0.75 | 0.26 | 0 | 0 | 200.73 | 1 | 0.63 |
| Hex | 40 | BD | FF | 4B | 1A | 0 | 0 | C9 | 64 | 3F |
| Octal | 100 | 275 | 377 | 113 | 32 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000000 | 10111101 | 11111111 | 1001011 | 11010 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #40BDFF
Complementary color
Monochromatic Colors of #40BDFF
Black with #40BDFF
Text Example
Text Example
White with #40BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDFF; }
p { color: rgb(64,189,255); }
H1.HeaderClassName
{
color: #40BDFF;
}
.AnyTagClassName
{
color: #40BDFF;
}
</style>
background-color css
<style>
a { background-color: #40BDFF; }
a { background-color: rgb(64,189,255); }
div.DivClassName
{
background-color: #40BDFF;
}
.BgClassName
{
background-color: #40BDFF;
}
</style>
border-color css
<style>
span { border-color: #40BDFF; }
span { border-color: rgb(64,189,255); }
td.TdClassName
{
border-color: #40BDFF;
}
.TagClassName
{
border-color: #40BDFF;
}
</style>