Shades of Summer Sky #40CBFE
Tints of Summer Sky #40CBFE
RGB
CMYK
RGB Variations
Color information
#40CBFE (or 0x40CBFE) is known color: Summer Sky. HEX triplet: 40, CB and FE. RGB value is (64,203,254). Sum of RGB (Red+Green+Blue) = 64+203+254=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBFE is #BF3401. Grayscale: #A6A6A6. Windows color (decimal): -12530690 or 16698176. OLE color: 16698176.
HSL color Cylindrical-coordinate representation of color #40CBFE: hue angle of 196.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CBFE is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 203 | 254 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.00 |
| HSL | 196.11º | 0.99% | 0.62% | - |
| HSV(B) | 196.11º | 0.75% | 1% | - |
| XYZ | 41.36 | 50.96 | 101.42 | - |
| YUV | 167.25 | 176.95 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 254 | 0.75 | 0.20 | 0 | 0.00 | 196.11 | 0.99 | 0.62 |
| Hex | 40 | CB | FE | 4B | 14 | 0 | 0 | C4 | 63 | 3E |
| Octal | 100 | 313 | 376 | 113 | 24 | 0 | 0 | 304 | 143 | 76 |
| Binary | 1000000 | 11001011 | 11111110 | 1001011 | 10100 | 0 | 0 | 11000100 | 1100011 | 111110 |
Color Harmonies of #40CBFE
Complementary color
Monochromatic Colors of #40CBFE
Black with #40CBFE
Text Example
Text Example
White with #40CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBFE; }
p { color: rgb(64,203,254); }
H1.HeaderClassName
{
color: #40CBFE;
}
.AnyTagClassName
{
color: #40CBFE;
}
</style>
background-color css
<style>
a { background-color: #40CBFE; }
a { background-color: rgb(64,203,254); }
div.DivClassName
{
background-color: #40CBFE;
}
.BgClassName
{
background-color: #40CBFE;
}
</style>
border-color css
<style>
span { border-color: #40CBFE; }
span { border-color: rgb(64,203,254); }
td.TdClassName
{
border-color: #40CBFE;
}
.TagClassName
{
border-color: #40CBFE;
}
</style>