Shades of Summer Sky #419BEC
Tints of Summer Sky #419BEC
RGB
CMYK
RGB Variations
Color information
#419BEC (or 0x419BEC) is known color: Summer Sky. HEX triplet: 41, 9B and EC. RGB value is (65,155,236). Sum of RGB (Red+Green+Blue) = 65+155+236=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #419BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419BEC is #BE6413. Grayscale: #888888. Windows color (decimal): -12477460 or 15506241. OLE color: 15506241.
HSL color Cylindrical-coordinate representation of color #419BEC: hue angle of 208.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #419BEC is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 155 | 236 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.07 |
| HSL | 208.42º | 0.82% | 0.59% | - |
| HSV(B) | 208.42º | 0.72% | 0.93% | - |
| XYZ | 29.04 | 30.62 | 83.74 | - |
| YUV | 137.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 236 | 0.72 | 0.34 | 0 | 0.07 | 208.42 | 0.82 | 0.59 |
| Hex | 41 | 9B | EC | 48 | 22 | 0 | 7 | D0 | 52 | 3B |
| Octal | 101 | 233 | 354 | 110 | 42 | 0 | 7 | 320 | 122 | 73 |
| Binary | 1000001 | 10011011 | 11101100 | 1001000 | 100010 | 0 | 111 | 11010000 | 1010010 | 111011 |
Color Harmonies of #419BEC
Complementary color
Monochromatic Colors of #419BEC
Black with #419BEC
Text Example
Text Example
White with #419BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BEC; }
p { color: rgb(65,155,236); }
H1.HeaderClassName
{
color: #419BEC;
}
.AnyTagClassName
{
color: #419BEC;
}
</style>
background-color css
<style>
a { background-color: #419BEC; }
a { background-color: rgb(65,155,236); }
div.DivClassName
{
background-color: #419BEC;
}
.BgClassName
{
background-color: #419BEC;
}
</style>
border-color css
<style>
span { border-color: #419BEC; }
span { border-color: rgb(65,155,236); }
td.TdClassName
{
border-color: #419BEC;
}
.TagClassName
{
border-color: #419BEC;
}
</style>