Shades of Summer Sky #40B8FD
Tints of Summer Sky #40B8FD
RGB
CMYK
RGB Variations
Color information
#40B8FD (or 0x40B8FD) is known color: Summer Sky. HEX triplet: 40, B8 and FD. RGB value is (64,184,253). Sum of RGB (Red+Green+Blue) = 64+184+253=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #40B8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B8FD is #BF4702. Grayscale: #9B9B9B. Windows color (decimal): -12535555 or 16627776. OLE color: 16627776.
HSL color Cylindrical-coordinate representation of color #40B8FD: hue angle of 201.9º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40B8FD is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 184 | 253 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.01 |
| HSL | 201.9º | 0.98% | 0.62% | - |
| HSV(B) | 201.9º | 0.75% | 0.99% | - |
| XYZ | 36.98 | 42.46 | 99.18 | - |
| YUV | 155.99 | 182.74 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 253 | 0.75 | 0.27 | 0 | 0.01 | 201.9 | 0.98 | 0.62 |
| Hex | 40 | B8 | FD | 4B | 1B | 0 | 1 | CA | 62 | 3E |
| Octal | 100 | 270 | 375 | 113 | 33 | 0 | 1 | 312 | 142 | 76 |
| Binary | 1000000 | 10111000 | 11111101 | 1001011 | 11011 | 0 | 1 | 11001010 | 1100010 | 111110 |
Color Harmonies of #40B8FD
Complementary color
Monochromatic Colors of #40B8FD
Black with #40B8FD
Text Example
Text Example
White with #40B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B8FD; }
p { color: rgb(64,184,253); }
H1.HeaderClassName
{
color: #40B8FD;
}
.AnyTagClassName
{
color: #40B8FD;
}
</style>
background-color css
<style>
a { background-color: #40B8FD; }
a { background-color: rgb(64,184,253); }
div.DivClassName
{
background-color: #40B8FD;
}
.BgClassName
{
background-color: #40B8FD;
}
</style>
border-color css
<style>
span { border-color: #40B8FD; }
span { border-color: rgb(64,184,253); }
td.TdClassName
{
border-color: #40B8FD;
}
.TagClassName
{
border-color: #40B8FD;
}
</style>