Shades of Summer Sky #40CCFD
Tints of Summer Sky #40CCFD
RGB
CMYK
RGB Variations
Color information
#40CCFD (or 0x40CCFD) is known color: Summer Sky. HEX triplet: 40, CC and FD. RGB value is (64,204,253). Sum of RGB (Red+Green+Blue) = 64+204+253=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #40CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFD is #BF3302. Grayscale: #A7A7A7. Windows color (decimal): -12530435 or 16632896. OLE color: 16632896.
HSL color Cylindrical-coordinate representation of color #40CCFD: hue angle of 195.56º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CCFD is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 204 | 253 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.01 |
| HSL | 195.56º | 0.98% | 0.62% | - |
| HSV(B) | 195.56º | 0.75% | 0.99% | - |
| XYZ | 41.44 | 51.37 | 100.66 | - |
| YUV | 167.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 253 | 0.75 | 0.19 | 0 | 0.01 | 195.56 | 0.98 | 0.62 |
| Hex | 40 | CC | FD | 4B | 13 | 0 | 1 | C4 | 62 | 3E |
| Octal | 100 | 314 | 375 | 113 | 23 | 0 | 1 | 304 | 142 | 76 |
| Binary | 1000000 | 11001100 | 11111101 | 1001011 | 10011 | 0 | 1 | 11000100 | 1100010 | 111110 |
Color Harmonies of #40CCFD
Complementary color
Monochromatic Colors of #40CCFD
Black with #40CCFD
Text Example
Text Example
White with #40CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCFD; }
p { color: rgb(64,204,253); }
H1.HeaderClassName
{
color: #40CCFD;
}
.AnyTagClassName
{
color: #40CCFD;
}
</style>
background-color css
<style>
a { background-color: #40CCFD; }
a { background-color: rgb(64,204,253); }
div.DivClassName
{
background-color: #40CCFD;
}
.BgClassName
{
background-color: #40CCFD;
}
</style>
border-color css
<style>
span { border-color: #40CCFD; }
span { border-color: rgb(64,204,253); }
td.TdClassName
{
border-color: #40CCFD;
}
.TagClassName
{
border-color: #40CCFD;
}
</style>