Shades of Summer Sky #40B7F3
Tints of Summer Sky #40B7F3
RGB
CMYK
RGB Variations
Color information
#40B7F3 (or 0x40B7F3) is known color: Summer Sky. HEX triplet: 40, B7 and F3. RGB value is (64,183,243). Sum of RGB (Red+Green+Blue) = 64+183+243=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #40B7F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B7F3 is #BF480C. Grayscale: #999999. Windows color (decimal): -12535821 or 15972160. OLE color: 15972160.
HSL color Cylindrical-coordinate representation of color #40B7F3: hue angle of 200.11º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40B7F3 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 183 | 243 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.05 |
| HSL | 200.11º | 0.88% | 0.6% | - |
| HSV(B) | 200.11º | 0.74% | 0.95% | - |
| XYZ | 35.23 | 41.43 | 90.93 | - |
| YUV | 154.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 243 | 0.74 | 0.25 | 0 | 0.05 | 200.11 | 0.88 | 0.6 |
| Hex | 40 | B7 | F3 | 4A | 19 | 0 | 5 | C8 | 58 | 3C |
| Octal | 100 | 267 | 363 | 112 | 31 | 0 | 5 | 310 | 130 | 74 |
| Binary | 1000000 | 10110111 | 11110011 | 1001010 | 11001 | 0 | 101 | 11001000 | 1011000 | 111100 |
Color Harmonies of #40B7F3
Complementary color
Monochromatic Colors of #40B7F3
Black with #40B7F3
Text Example
Text Example
White with #40B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7F3; }
p { color: rgb(64,183,243); }
H1.HeaderClassName
{
color: #40B7F3;
}
.AnyTagClassName
{
color: #40B7F3;
}
</style>
background-color css
<style>
a { background-color: #40B7F3; }
a { background-color: rgb(64,183,243); }
div.DivClassName
{
background-color: #40B7F3;
}
.BgClassName
{
background-color: #40B7F3;
}
</style>
border-color css
<style>
span { border-color: #40B7F3; }
span { border-color: rgb(64,183,243); }
td.TdClassName
{
border-color: #40B7F3;
}
.TagClassName
{
border-color: #40B7F3;
}
</style>