Shades of Summer Sky #40BBFF
Tints of Summer Sky #40BBFF
RGB
CMYK
RGB Variations
Color information
#40BBFF (or 0x40BBFF) is known color: Summer Sky. HEX triplet: 40, BB and FF. RGB value is (64,187,255). Sum of RGB (Red+Green+Blue) = 64+187+255=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #40BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBFF is #BF4400. Grayscale: #9D9D9D. Windows color (decimal): -12534785 or 16759616. OLE color: 16759616.
HSL color Cylindrical-coordinate representation of color #40BBFF: hue angle of 201.36º 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 #40BBFF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 187 | 255 | - |
| CMYK | 0.75 | 0.27 | 0 | 0 |
| HSL | 201.36º | 1% | 0.63% | - |
| HSV(B) | 201.36º | 0.75% | 1% | - |
| XYZ | 37.93 | 43.85 | 101.07 | - |
| YUV | 157.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 255 | 0.75 | 0.27 | 0 | 0 | 201.36 | 1 | 0.63 |
| Hex | 40 | BB | FF | 4B | 1B | 0 | 0 | C9 | 64 | 3F |
| Octal | 100 | 273 | 377 | 113 | 33 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000000 | 10111011 | 11111111 | 1001011 | 11011 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #40BBFF
Complementary color
Monochromatic Colors of #40BBFF
Black with #40BBFF
Text Example
Text Example
White with #40BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBFF; }
p { color: rgb(64,187,255); }
H1.HeaderClassName
{
color: #40BBFF;
}
.AnyTagClassName
{
color: #40BBFF;
}
</style>
background-color css
<style>
a { background-color: #40BBFF; }
a { background-color: rgb(64,187,255); }
div.DivClassName
{
background-color: #40BBFF;
}
.BgClassName
{
background-color: #40BBFF;
}
</style>
border-color css
<style>
span { border-color: #40BBFF; }
span { border-color: rgb(64,187,255); }
td.TdClassName
{
border-color: #40BBFF;
}
.TagClassName
{
border-color: #40BBFF;
}
</style>