Shades of Summer Sky #40CBFA
Tints of Summer Sky #40CBFA
RGB
CMYK
RGB Variations
Color information
#40CBFA (or 0x40CBFA) is known color: Summer Sky. HEX triplet: 40, CB and FA. RGB value is (64,203,250). Sum of RGB (Red+Green+Blue) = 64+203+250=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #40CBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBFA is #BF3405. Grayscale: #A6A6A6. Windows color (decimal): -12530694 or 16436032. OLE color: 16436032.
HSL color Cylindrical-coordinate representation of color #40CBFA: hue angle of 195.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CBFA is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 203 | 250 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.02 |
| HSL | 195.16º | 0.95% | 0.62% | - |
| HSV(B) | 195.16º | 0.74% | 0.98% | - |
| XYZ | 40.73 | 50.7 | 98.08 | - |
| YUV | 166.8 | 174.95 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 250 | 0.74 | 0.19 | 0 | 0.02 | 195.16 | 0.95 | 0.62 |
| Hex | 40 | CB | FA | 4A | 13 | 0 | 2 | C3 | 5F | 3E |
| Octal | 100 | 313 | 372 | 112 | 23 | 0 | 2 | 303 | 137 | 76 |
| Binary | 1000000 | 11001011 | 11111010 | 1001010 | 10011 | 0 | 10 | 11000011 | 1011111 | 111110 |
Color Harmonies of #40CBFA
Complementary color
Monochromatic Colors of #40CBFA
Black with #40CBFA
Text Example
Text Example
White with #40CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBFA; }
p { color: rgb(64,203,250); }
H1.HeaderClassName
{
color: #40CBFA;
}
.AnyTagClassName
{
color: #40CBFA;
}
</style>
background-color css
<style>
a { background-color: #40CBFA; }
a { background-color: rgb(64,203,250); }
div.DivClassName
{
background-color: #40CBFA;
}
.BgClassName
{
background-color: #40CBFA;
}
</style>
border-color css
<style>
span { border-color: #40CBFA; }
span { border-color: rgb(64,203,250); }
td.TdClassName
{
border-color: #40CBFA;
}
.TagClassName
{
border-color: #40CBFA;
}
</style>