Shades of Summer Sky #40B3DC
Tints of Summer Sky #40B3DC
RGB
CMYK
RGB Variations
Color information
#40B3DC (or 0x40B3DC) is known color: Summer Sky. HEX triplet: 40, B3 and DC. RGB value is (64,179,220). Sum of RGB (Red+Green+Blue) = 64+179+220=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #40B3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B3DC is #BF4C23. Grayscale: #959595. Windows color (decimal): -12536868 or 14463808. OLE color: 14463808.
HSL color Cylindrical-coordinate representation of color #40B3DC: hue angle of 195.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40B3DC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 179 | 220 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.14 |
| HSL | 195.77º | 0.69% | 0.56% | - |
| HSV(B) | 195.77º | 0.71% | 0.86% | - |
| XYZ | 31.15 | 38.5 | 73.5 | - |
| YUV | 149.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 220 | 0.71 | 0.19 | 0 | 0.14 | 195.77 | 0.69 | 0.56 |
| Hex | 40 | B3 | DC | 47 | 13 | 0 | E | C4 | 45 | 38 |
| Octal | 100 | 263 | 334 | 107 | 23 | 0 | 16 | 304 | 105 | 70 |
| Binary | 1000000 | 10110011 | 11011100 | 1000111 | 10011 | 0 | 1110 | 11000100 | 1000101 | 111000 |
Color Harmonies of #40B3DC
Complementary color
Monochromatic Colors of #40B3DC
Black with #40B3DC
Text Example
Text Example
White with #40B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B3DC; }
p { color: rgb(64,179,220); }
H1.HeaderClassName
{
color: #40B3DC;
}
.AnyTagClassName
{
color: #40B3DC;
}
</style>
background-color css
<style>
a { background-color: #40B3DC; }
a { background-color: rgb(64,179,220); }
div.DivClassName
{
background-color: #40B3DC;
}
.BgClassName
{
background-color: #40B3DC;
}
</style>
border-color css
<style>
span { border-color: #40B3DC; }
span { border-color: rgb(64,179,220); }
td.TdClassName
{
border-color: #40B3DC;
}
.TagClassName
{
border-color: #40B3DC;
}
</style>