Shades of Summer Sky #44BAFF
Tints of Summer Sky #44BAFF
RGB
CMYK
RGB Variations
Color information
#44BAFF (or 0x44BAFF) is known color: Summer Sky. HEX triplet: 44, BA and FF. RGB value is (68,186,255). Sum of RGB (Red+Green+Blue) = 68+186+255=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #44BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BAFF is #BB4500. Grayscale: #9E9E9E. Windows color (decimal): -12272897 or 16759364. OLE color: 16759364.
HSL color Cylindrical-coordinate representation of color #44BAFF: hue angle of 202.14º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44BAFF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 186 | 255 | - |
| CMYK | 0.73 | 0.27 | 0 | 0 |
| HSL | 202.14º | 1% | 0.63% | - |
| HSV(B) | 202.14º | 0.73% | 1% | - |
| XYZ | 37.99 | 43.57 | 101.01 | - |
| YUV | 158.58 | 182.41 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 255 | 0.73 | 0.27 | 0 | 0 | 202.14 | 1 | 0.63 |
| Hex | 44 | BA | FF | 49 | 1B | 0 | 0 | CA | 64 | 3F |
| Octal | 104 | 272 | 377 | 111 | 33 | 0 | 0 | 312 | 144 | 77 |
| Binary | 1000100 | 10111010 | 11111111 | 1001001 | 11011 | 0 | 0 | 11001010 | 1100100 | 111111 |
Color Harmonies of #44BAFF
Complementary color
Monochromatic Colors of #44BAFF
Black with #44BAFF
Text Example
Text Example
White with #44BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BAFF; }
p { color: rgb(68,186,255); }
H1.HeaderClassName
{
color: #44BAFF;
}
.AnyTagClassName
{
color: #44BAFF;
}
</style>
background-color css
<style>
a { background-color: #44BAFF; }
a { background-color: rgb(68,186,255); }
div.DivClassName
{
background-color: #44BAFF;
}
.BgClassName
{
background-color: #44BAFF;
}
</style>
border-color css
<style>
span { border-color: #44BAFF; }
span { border-color: rgb(68,186,255); }
td.TdClassName
{
border-color: #44BAFF;
}
.TagClassName
{
border-color: #44BAFF;
}
</style>