Shades of Summer Sky #40D3FA
Tints of Summer Sky #40D3FA
RGB
CMYK
RGB Variations
Color information
#40D3FA (or 0x40D3FA) is known color: Summer Sky. HEX triplet: 40, D3 and FA. RGB value is (64,211,250). Sum of RGB (Red+Green+Blue) = 64+211+250=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #40D3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D3FA is #BF2C05. Grayscale: #ABABAB. Windows color (decimal): -12528646 or 16438080. OLE color: 16438080.
HSL color Cylindrical-coordinate representation of color #40D3FA: hue angle of 192.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40D3FA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 211 | 250 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.02 |
| HSL | 192.58º | 0.95% | 0.62% | - |
| HSV(B) | 192.58º | 0.74% | 0.98% | - |
| XYZ | 42.66 | 54.58 | 98.73 | - |
| YUV | 171.49 | 172.3 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 250 | 0.74 | 0.16 | 0 | 0.02 | 192.58 | 0.95 | 0.62 |
| Hex | 40 | D3 | FA | 4A | 10 | 0 | 2 | C1 | 5F | 3E |
| Octal | 100 | 323 | 372 | 112 | 20 | 0 | 2 | 301 | 137 | 76 |
| Binary | 1000000 | 11010011 | 11111010 | 1001010 | 10000 | 0 | 10 | 11000001 | 1011111 | 111110 |
Color Harmonies of #40D3FA
Complementary color
Monochromatic Colors of #40D3FA
Black with #40D3FA
Text Example
Text Example
White with #40D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3FA; }
p { color: rgb(64,211,250); }
H1.HeaderClassName
{
color: #40D3FA;
}
.AnyTagClassName
{
color: #40D3FA;
}
</style>
background-color css
<style>
a { background-color: #40D3FA; }
a { background-color: rgb(64,211,250); }
div.DivClassName
{
background-color: #40D3FA;
}
.BgClassName
{
background-color: #40D3FA;
}
</style>
border-color css
<style>
span { border-color: #40D3FA; }
span { border-color: rgb(64,211,250); }
td.TdClassName
{
border-color: #40D3FA;
}
.TagClassName
{
border-color: #40D3FA;
}
</style>