Shades of Summer Sky #449BEA
Tints of Summer Sky #449BEA
RGB
CMYK
RGB Variations
Color information
#449BEA (or 0x449BEA) is known color: Summer Sky. HEX triplet: 44, 9B and EA. RGB value is (68,155,234). Sum of RGB (Red+Green+Blue) = 68+155+234=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #449BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BEA is #BB6415. Grayscale: #898989. Windows color (decimal): -12280854 or 15375172. OLE color: 15375172.
HSL color Cylindrical-coordinate representation of color #449BEA: hue angle of 208.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #449BEA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 155 | 234 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.08 |
| HSL | 208.55º | 0.8% | 0.59% | - |
| HSV(B) | 208.55º | 0.71% | 0.92% | - |
| XYZ | 28.96 | 30.61 | 82.22 | - |
| YUV | 137.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 234 | 0.71 | 0.34 | 0 | 0.08 | 208.55 | 0.8 | 0.59 |
| Hex | 44 | 9B | EA | 47 | 22 | 0 | 8 | D1 | 50 | 3B |
| Octal | 104 | 233 | 352 | 107 | 42 | 0 | 10 | 321 | 120 | 73 |
| Binary | 1000100 | 10011011 | 11101010 | 1000111 | 100010 | 0 | 1000 | 11010001 | 1010000 | 111011 |
Color Harmonies of #449BEA
Complementary color
Monochromatic Colors of #449BEA
Black with #449BEA
Text Example
Text Example
White with #449BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BEA; }
p { color: rgb(68,155,234); }
H1.HeaderClassName
{
color: #449BEA;
}
.AnyTagClassName
{
color: #449BEA;
}
</style>
background-color css
<style>
a { background-color: #449BEA; }
a { background-color: rgb(68,155,234); }
div.DivClassName
{
background-color: #449BEA;
}
.BgClassName
{
background-color: #449BEA;
}
</style>
border-color css
<style>
span { border-color: #449BEA; }
span { border-color: rgb(68,155,234); }
td.TdClassName
{
border-color: #449BEA;
}
.TagClassName
{
border-color: #449BEA;
}
</style>