Shades of Summer Sky #40AFEF
Tints of Summer Sky #40AFEF
RGB
CMYK
RGB Variations
Color information
#40AFEF (or 0x40AFEF) is known color: Summer Sky. HEX triplet: 40, AF and EF. RGB value is (64,175,239). Sum of RGB (Red+Green+Blue) = 64+175+239=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #40AFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AFEF is #BF5010. Grayscale: #949494. Windows color (decimal): -12537873 or 15707968. OLE color: 15707968.
HSL color Cylindrical-coordinate representation of color #40AFEF: hue angle of 201.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40AFEF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 175 | 239 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.06 |
| HSL | 201.94º | 0.85% | 0.59% | - |
| HSV(B) | 201.94º | 0.73% | 0.94% | - |
| XYZ | 33.02 | 37.98 | 87.25 | - |
| YUV | 149.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 239 | 0.73 | 0.27 | 0 | 0.06 | 201.94 | 0.85 | 0.59 |
| Hex | 40 | AF | EF | 49 | 1B | 0 | 6 | CA | 55 | 3B |
| Octal | 100 | 257 | 357 | 111 | 33 | 0 | 6 | 312 | 125 | 73 |
| Binary | 1000000 | 10101111 | 11101111 | 1001001 | 11011 | 0 | 110 | 11001010 | 1010101 | 111011 |
Color Harmonies of #40AFEF
Complementary color
Monochromatic Colors of #40AFEF
Black with #40AFEF
Text Example
Text Example
White with #40AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFEF; }
p { color: rgb(64,175,239); }
H1.HeaderClassName
{
color: #40AFEF;
}
.AnyTagClassName
{
color: #40AFEF;
}
</style>
background-color css
<style>
a { background-color: #40AFEF; }
a { background-color: rgb(64,175,239); }
div.DivClassName
{
background-color: #40AFEF;
}
.BgClassName
{
background-color: #40AFEF;
}
</style>
border-color css
<style>
span { border-color: #40AFEF; }
span { border-color: rgb(64,175,239); }
td.TdClassName
{
border-color: #40AFEF;
}
.TagClassName
{
border-color: #40AFEF;
}
</style>