Shades of Summer Sky #44B7EF
Tints of Summer Sky #44B7EF
RGB
CMYK
RGB Variations
Color information
#44B7EF (or 0x44B7EF) is known color: Summer Sky. HEX triplet: 44, B7 and EF. RGB value is (68,183,239). Sum of RGB (Red+Green+Blue) = 68+183+239=490 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.88% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #44B7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44B7EF is #BB4810. Grayscale: #9A9A9A. Windows color (decimal): -12273681 or 15710020. OLE color: 15710020.
HSL color Cylindrical-coordinate representation of color #44B7EF: hue angle of 199.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44B7EF is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 183 | 239 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.06 |
| HSL | 199.65º | 0.84% | 0.6% | - |
| HSV(B) | 199.65º | 0.72% | 0.94% | - |
| XYZ | 34.9 | 41.33 | 87.8 | - |
| YUV | 155 | 175.4 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 239 | 0.72 | 0.23 | 0 | 0.06 | 199.65 | 0.84 | 0.6 |
| Hex | 44 | B7 | EF | 48 | 17 | 0 | 6 | C8 | 54 | 3C |
| Octal | 104 | 267 | 357 | 110 | 27 | 0 | 6 | 310 | 124 | 74 |
| Binary | 1000100 | 10110111 | 11101111 | 1001000 | 10111 | 0 | 110 | 11001000 | 1010100 | 111100 |
Color Harmonies of #44B7EF
Complementary color
Monochromatic Colors of #44B7EF
Black with #44B7EF
Text Example
Text Example
White with #44B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B7EF; }
p { color: rgb(68,183,239); }
H1.HeaderClassName
{
color: #44B7EF;
}
.AnyTagClassName
{
color: #44B7EF;
}
</style>
background-color css
<style>
a { background-color: #44B7EF; }
a { background-color: rgb(68,183,239); }
div.DivClassName
{
background-color: #44B7EF;
}
.BgClassName
{
background-color: #44B7EF;
}
</style>
border-color css
<style>
span { border-color: #44B7EF; }
span { border-color: rgb(68,183,239); }
td.TdClassName
{
border-color: #44B7EF;
}
.TagClassName
{
border-color: #44B7EF;
}
</style>