Shades of Summer Sky #40B6FF
Tints of Summer Sky #40B6FF
RGB
CMYK
RGB Variations
Color information
#40B6FF (or 0x40B6FF) is known color: Summer Sky. HEX triplet: 40, B6 and FF. RGB value is (64,182,255). Sum of RGB (Red+Green+Blue) = 64+182+255=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #40B6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B6FF is #BF4900. Grayscale: #9A9A9A. Windows color (decimal): -12536065 or 16758336. OLE color: 16758336.
HSL color Cylindrical-coordinate representation of color #40B6FF: hue angle of 202.93º 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 #40B6FF is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 182 | 255 | - |
| CMYK | 0.75 | 0.29 | 0 | 0 |
| HSL | 202.93º | 1% | 0.63% | - |
| HSV(B) | 202.93º | 0.75% | 1% | - |
| XYZ | 36.89 | 41.77 | 100.72 | - |
| YUV | 155.04 | 184.41 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 255 | 0.75 | 0.29 | 0 | 0 | 202.93 | 1 | 0.63 |
| Hex | 40 | B6 | FF | 4B | 1D | 0 | 0 | CB | 64 | 3F |
| Octal | 100 | 266 | 377 | 113 | 35 | 0 | 0 | 313 | 144 | 77 |
| Binary | 1000000 | 10110110 | 11111111 | 1001011 | 11101 | 0 | 0 | 11001011 | 1100100 | 111111 |
Color Harmonies of #40B6FF
Complementary color
Monochromatic Colors of #40B6FF
Black with #40B6FF
Text Example
Text Example
White with #40B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B6FF; }
p { color: rgb(64,182,255); }
H1.HeaderClassName
{
color: #40B6FF;
}
.AnyTagClassName
{
color: #40B6FF;
}
</style>
background-color css
<style>
a { background-color: #40B6FF; }
a { background-color: rgb(64,182,255); }
div.DivClassName
{
background-color: #40B6FF;
}
.BgClassName
{
background-color: #40B6FF;
}
</style>
border-color css
<style>
span { border-color: #40B6FF; }
span { border-color: rgb(64,182,255); }
td.TdClassName
{
border-color: #40B6FF;
}
.TagClassName
{
border-color: #40B6FF;
}
</style>