Shades of Summer Sky #40BFDF
Tints of Summer Sky #40BFDF
RGB
CMYK
RGB Variations
Color information
#40BFDF (or 0x40BFDF) is known color: Summer Sky. HEX triplet: 40, BF and DF. RGB value is (64,191,223). Sum of RGB (Red+Green+Blue) = 64+191+223=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #40BFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFDF is #BF4020. Grayscale: #9C9C9C. Windows color (decimal): -12533793 or 14663488. OLE color: 14663488.
HSL color Cylindrical-coordinate representation of color #40BFDF: hue angle of 192.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BFDF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 191 | 223 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.13 |
| HSL | 192.08º | 0.71% | 0.56% | - |
| HSV(B) | 192.08º | 0.71% | 0.87% | - |
| XYZ | 34.06 | 43.68 | 76.45 | - |
| YUV | 156.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 223 | 0.71 | 0.14 | 0 | 0.13 | 192.08 | 0.71 | 0.56 |
| Hex | 40 | BF | DF | 47 | E | 0 | D | C0 | 47 | 38 |
| Octal | 100 | 277 | 337 | 107 | 16 | 0 | 15 | 300 | 107 | 70 |
| Binary | 1000000 | 10111111 | 11011111 | 1000111 | 1110 | 0 | 1101 | 11000000 | 1000111 | 111000 |
Color Harmonies of #40BFDF
Complementary color
Monochromatic Colors of #40BFDF
Black with #40BFDF
Text Example
Text Example
White with #40BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFDF; }
p { color: rgb(64,191,223); }
H1.HeaderClassName
{
color: #40BFDF;
}
.AnyTagClassName
{
color: #40BFDF;
}
</style>
background-color css
<style>
a { background-color: #40BFDF; }
a { background-color: rgb(64,191,223); }
div.DivClassName
{
background-color: #40BFDF;
}
.BgClassName
{
background-color: #40BFDF;
}
</style>
border-color css
<style>
span { border-color: #40BFDF; }
span { border-color: rgb(64,191,223); }
td.TdClassName
{
border-color: #40BFDF;
}
.TagClassName
{
border-color: #40BFDF;
}
</style>