Shades of Summer Sky #44BCF1
Tints of Summer Sky #44BCF1
RGB
CMYK
RGB Variations
Color information
#44BCF1 (or 0x44BCF1) is known color: Summer Sky. HEX triplet: 44, BC and F1. RGB value is (68,188,241). Sum of RGB (Red+Green+Blue) = 68+188+241=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #44BCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BCF1 is #BB430E. Grayscale: #9D9D9D. Windows color (decimal): -12272399 or 15842372. OLE color: 15842372.
HSL color Cylindrical-coordinate representation of color #44BCF1: hue angle of 198.38º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BCF1 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 188 | 241 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.05 |
| HSL | 198.38º | 0.86% | 0.61% | - |
| HSV(B) | 198.38º | 0.72% | 0.95% | - |
| XYZ | 36.24 | 43.55 | 89.71 | - |
| YUV | 158.16 | 174.74 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 241 | 0.72 | 0.22 | 0 | 0.05 | 198.38 | 0.86 | 0.61 |
| Hex | 44 | BC | F1 | 48 | 16 | 0 | 5 | C6 | 56 | 3D |
| Octal | 104 | 274 | 361 | 110 | 26 | 0 | 5 | 306 | 126 | 75 |
| Binary | 1000100 | 10111100 | 11110001 | 1001000 | 10110 | 0 | 101 | 11000110 | 1010110 | 111101 |
Color Harmonies of #44BCF1
Complementary color
Monochromatic Colors of #44BCF1
Black with #44BCF1
Text Example
Text Example
White with #44BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCF1; }
p { color: rgb(68,188,241); }
H1.HeaderClassName
{
color: #44BCF1;
}
.AnyTagClassName
{
color: #44BCF1;
}
</style>
background-color css
<style>
a { background-color: #44BCF1; }
a { background-color: rgb(68,188,241); }
div.DivClassName
{
background-color: #44BCF1;
}
.BgClassName
{
background-color: #44BCF1;
}
</style>
border-color css
<style>
span { border-color: #44BCF1; }
span { border-color: rgb(68,188,241); }
td.TdClassName
{
border-color: #44BCF1;
}
.TagClassName
{
border-color: #44BCF1;
}
</style>