Shades of Summer Sky #40B2FD
Tints of Summer Sky #40B2FD
RGB
CMYK
RGB Variations
Color information
#40B2FD (or 0x40B2FD) is known color: Summer Sky. HEX triplet: 40, B2 and FD. RGB value is (64,178,253). Sum of RGB (Red+Green+Blue) = 64+178+253=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #40B2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B2FD is #BF4D02. Grayscale: #989898. Windows color (decimal): -12537091 or 16626240. OLE color: 16626240.
HSL color Cylindrical-coordinate representation of color #40B2FD: hue angle of 203.81º 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 #40B2FD is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 178 | 253 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.01 |
| HSL | 203.81º | 0.98% | 0.62% | - |
| HSV(B) | 203.81º | 0.75% | 0.99% | - |
| XYZ | 35.76 | 40.02 | 98.77 | - |
| YUV | 152.46 | 184.73 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 253 | 0.75 | 0.30 | 0 | 0.01 | 203.81 | 0.98 | 0.62 |
| Hex | 40 | B2 | FD | 4B | 1E | 0 | 1 | CC | 62 | 3E |
| Octal | 100 | 262 | 375 | 113 | 36 | 0 | 1 | 314 | 142 | 76 |
| Binary | 1000000 | 10110010 | 11111101 | 1001011 | 11110 | 0 | 1 | 11001100 | 1100010 | 111110 |
Color Harmonies of #40B2FD
Complementary color
Monochromatic Colors of #40B2FD
Black with #40B2FD
Text Example
Text Example
White with #40B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B2FD; }
p { color: rgb(64,178,253); }
H1.HeaderClassName
{
color: #40B2FD;
}
.AnyTagClassName
{
color: #40B2FD;
}
</style>
background-color css
<style>
a { background-color: #40B2FD; }
a { background-color: rgb(64,178,253); }
div.DivClassName
{
background-color: #40B2FD;
}
.BgClassName
{
background-color: #40B2FD;
}
</style>
border-color css
<style>
span { border-color: #40B2FD; }
span { border-color: rgb(64,178,253); }
td.TdClassName
{
border-color: #40B2FD;
}
.TagClassName
{
border-color: #40B2FD;
}
</style>