Shades of Summer Sky #44B0EF
Tints of Summer Sky #44B0EF
RGB
CMYK
RGB Variations
Color information
#44B0EF (or 0x44B0EF) is known color: Summer Sky. HEX triplet: 44, B0 and EF. RGB value is (68,176,239). Sum of RGB (Red+Green+Blue) = 68+176+239=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #44B0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44B0EF is #BB4F10. Grayscale: #969696. Windows color (decimal): -12275473 or 15708228. OLE color: 15708228.
HSL color Cylindrical-coordinate representation of color #44B0EF: hue angle of 202.11º 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 #44B0EF is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 176 | 239 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.06 |
| HSL | 202.11º | 0.84% | 0.6% | - |
| HSV(B) | 202.11º | 0.72% | 0.94% | - |
| XYZ | 33.49 | 38.51 | 87.33 | - |
| YUV | 150.89 | 177.72 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 176 | 239 | 0.72 | 0.26 | 0 | 0.06 | 202.11 | 0.84 | 0.6 |
| Hex | 44 | B0 | EF | 48 | 1A | 0 | 6 | CA | 54 | 3C |
| Octal | 104 | 260 | 357 | 110 | 32 | 0 | 6 | 312 | 124 | 74 |
| Binary | 1000100 | 10110000 | 11101111 | 1001000 | 11010 | 0 | 110 | 11001010 | 1010100 | 111100 |
Color Harmonies of #44B0EF
Complementary color
Monochromatic Colors of #44B0EF
Black with #44B0EF
Text Example
Text Example
White with #44B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B0EF; }
p { color: rgb(68,176,239); }
H1.HeaderClassName
{
color: #44B0EF;
}
.AnyTagClassName
{
color: #44B0EF;
}
</style>
background-color css
<style>
a { background-color: #44B0EF; }
a { background-color: rgb(68,176,239); }
div.DivClassName
{
background-color: #44B0EF;
}
.BgClassName
{
background-color: #44B0EF;
}
</style>
border-color css
<style>
span { border-color: #44B0EF; }
span { border-color: rgb(68,176,239); }
td.TdClassName
{
border-color: #44B0EF;
}
.TagClassName
{
border-color: #44B0EF;
}
</style>