Shades of Summer Sky #40CCF8
Tints of Summer Sky #40CCF8
RGB
CMYK
RGB Variations
Color information
#40CCF8 (or 0x40CCF8) is known color: Summer Sky. HEX triplet: 40, CC and F8. RGB value is (64,204,248). Sum of RGB (Red+Green+Blue) = 64+204+248=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #40CCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCF8 is #BF3307. Grayscale: #A6A6A6. Windows color (decimal): -12530440 or 16305216. OLE color: 16305216.
HSL color Cylindrical-coordinate representation of color #40CCF8: hue angle of 194.35º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CCF8 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 204 | 248 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.03 |
| HSL | 194.35º | 0.93% | 0.61% | - |
| HSV(B) | 194.35º | 0.74% | 0.97% | - |
| XYZ | 40.65 | 51.05 | 96.52 | - |
| YUV | 167.16 | 173.62 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 248 | 0.74 | 0.18 | 0 | 0.03 | 194.35 | 0.93 | 0.61 |
| Hex | 40 | CC | F8 | 4A | 12 | 0 | 3 | C2 | 5D | 3D |
| Octal | 100 | 314 | 370 | 112 | 22 | 0 | 3 | 302 | 135 | 75 |
| Binary | 1000000 | 11001100 | 11111000 | 1001010 | 10010 | 0 | 11 | 11000010 | 1011101 | 111101 |
Color Harmonies of #40CCF8
Complementary color
Monochromatic Colors of #40CCF8
Black with #40CCF8
Text Example
Text Example
White with #40CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCF8; }
p { color: rgb(64,204,248); }
H1.HeaderClassName
{
color: #40CCF8;
}
.AnyTagClassName
{
color: #40CCF8;
}
</style>
background-color css
<style>
a { background-color: #40CCF8; }
a { background-color: rgb(64,204,248); }
div.DivClassName
{
background-color: #40CCF8;
}
.BgClassName
{
background-color: #40CCF8;
}
</style>
border-color css
<style>
span { border-color: #40CCF8; }
span { border-color: rgb(64,204,248); }
td.TdClassName
{
border-color: #40CCF8;
}
.TagClassName
{
border-color: #40CCF8;
}
</style>