Shades of Summer Sky #40CBEF
Tints of Summer Sky #40CBEF
RGB
CMYK
RGB Variations
Color information
#40CBEF (or 0x40CBEF) is known color: Summer Sky. HEX triplet: 40, CB and EF. RGB value is (64,203,239). Sum of RGB (Red+Green+Blue) = 64+203+239=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #40CBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBEF is #BF3410. Grayscale: #A5A5A5. Windows color (decimal): -12530705 or 15715136. OLE color: 15715136.
HSL color Cylindrical-coordinate representation of color #40CBEF: hue angle of 192.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CBEF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 203 | 239 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.06 |
| HSL | 192.34º | 0.85% | 0.59% | - |
| HSV(B) | 192.34º | 0.73% | 0.94% | - |
| XYZ | 39.05 | 50.03 | 89.26 | - |
| YUV | 165.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 239 | 0.73 | 0.15 | 0 | 0.06 | 192.34 | 0.85 | 0.59 |
| Hex | 40 | CB | EF | 49 | F | 0 | 6 | C0 | 55 | 3B |
| Octal | 100 | 313 | 357 | 111 | 17 | 0 | 6 | 300 | 125 | 73 |
| Binary | 1000000 | 11001011 | 11101111 | 1001001 | 1111 | 0 | 110 | 11000000 | 1010101 | 111011 |
Color Harmonies of #40CBEF
Complementary color
Monochromatic Colors of #40CBEF
Black with #40CBEF
Text Example
Text Example
White with #40CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBEF; }
p { color: rgb(64,203,239); }
H1.HeaderClassName
{
color: #40CBEF;
}
.AnyTagClassName
{
color: #40CBEF;
}
</style>
background-color css
<style>
a { background-color: #40CBEF; }
a { background-color: rgb(64,203,239); }
div.DivClassName
{
background-color: #40CBEF;
}
.BgClassName
{
background-color: #40CBEF;
}
</style>
border-color css
<style>
span { border-color: #40CBEF; }
span { border-color: rgb(64,203,239); }
td.TdClassName
{
border-color: #40CBEF;
}
.TagClassName
{
border-color: #40CBEF;
}
</style>