Shades of Summer Sky #44BAEA
Tints of Summer Sky #44BAEA
RGB
CMYK
RGB Variations
Color information
#44BAEA (or 0x44BAEA) is known color: Summer Sky. HEX triplet: 44, BA and EA. RGB value is (68,186,234). Sum of RGB (Red+Green+Blue) = 68+186+234=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #44BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BAEA is #BB4515. Grayscale: #9B9B9B. Windows color (decimal): -12272918 or 15383108. OLE color: 15383108.
HSL color Cylindrical-coordinate representation of color #44BAEA: hue angle of 197.35º 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 #44BAEA is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 186 | 234 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.08 |
| HSL | 197.35º | 0.8% | 0.59% | - |
| HSV(B) | 197.35º | 0.71% | 0.92% | - |
| XYZ | 34.79 | 42.29 | 84.17 | - |
| YUV | 156.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 234 | 0.71 | 0.21 | 0 | 0.08 | 197.35 | 0.8 | 0.59 |
| Hex | 44 | BA | EA | 47 | 15 | 0 | 8 | C5 | 50 | 3B |
| Octal | 104 | 272 | 352 | 107 | 25 | 0 | 10 | 305 | 120 | 73 |
| Binary | 1000100 | 10111010 | 11101010 | 1000111 | 10101 | 0 | 1000 | 11000101 | 1010000 | 111011 |
Color Harmonies of #44BAEA
Complementary color
Monochromatic Colors of #44BAEA
Black with #44BAEA
Text Example
Text Example
White with #44BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BAEA; }
p { color: rgb(68,186,234); }
H1.HeaderClassName
{
color: #44BAEA;
}
.AnyTagClassName
{
color: #44BAEA;
}
</style>
background-color css
<style>
a { background-color: #44BAEA; }
a { background-color: rgb(68,186,234); }
div.DivClassName
{
background-color: #44BAEA;
}
.BgClassName
{
background-color: #44BAEA;
}
</style>
border-color css
<style>
span { border-color: #44BAEA; }
span { border-color: rgb(68,186,234); }
td.TdClassName
{
border-color: #44BAEA;
}
.TagClassName
{
border-color: #44BAEA;
}
</style>