Shades of Summer Sky #40CCFF
Tints of Summer Sky #40CCFF
RGB
CMYK
RGB Variations
Color information
#40CCFF (or 0x40CCFF) is known color: Summer Sky. HEX triplet: 40, CC and FF. RGB value is (64,204,255). Sum of RGB (Red+Green+Blue) = 64+204+255=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #40CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFF is #BF3300. Grayscale: #A7A7A7. Windows color (decimal): -12530433 or 16763968. OLE color: 16763968.
HSL color Cylindrical-coordinate representation of color #40CCFF: hue angle of 196.02º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CCFF is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 204 | 255 | - |
| CMYK | 0.75 | 0.2 | 0 | 0 |
| HSL | 196.02º | 1% | 0.63% | - |
| HSV(B) | 196.02º | 0.75% | 1% | - |
| XYZ | 41.76 | 51.5 | 102.35 | - |
| YUV | 167.95 | 177.12 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 255 | 0.75 | 0.2 | 0 | 0 | 196.02 | 1 | 0.63 |
| Hex | 40 | CC | FF | 4B | 14 | 0 | 0 | C4 | 64 | 3F |
| Octal | 100 | 314 | 377 | 113 | 24 | 0 | 0 | 304 | 144 | 77 |
| Binary | 1000000 | 11001100 | 11111111 | 1001011 | 10100 | 0 | 0 | 11000100 | 1100100 | 111111 |
Color Harmonies of #40CCFF
Complementary color
Monochromatic Colors of #40CCFF
Black with #40CCFF
Text Example
Text Example
White with #40CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCFF; }
p { color: rgb(64,204,255); }
H1.HeaderClassName
{
color: #40CCFF;
}
.AnyTagClassName
{
color: #40CCFF;
}
</style>
background-color css
<style>
a { background-color: #40CCFF; }
a { background-color: rgb(64,204,255); }
div.DivClassName
{
background-color: #40CCFF;
}
.BgClassName
{
background-color: #40CCFF;
}
</style>
border-color css
<style>
span { border-color: #40CCFF; }
span { border-color: rgb(64,204,255); }
td.TdClassName
{
border-color: #40CCFF;
}
.TagClassName
{
border-color: #40CCFF;
}
</style>