Shades of Summer Sky #44B0ED
Tints of Summer Sky #44B0ED
RGB
CMYK
RGB Variations
Color information
#44B0ED (or 0x44B0ED) is known color: Summer Sky. HEX triplet: 44, B0 and ED. RGB value is (68,176,237). Sum of RGB (Red+Green+Blue) = 68+176+237=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #44B0ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44B0ED is #BB4F12. Grayscale: #969696. Windows color (decimal): -12275475 or 15577156. OLE color: 15577156.
HSL color Cylindrical-coordinate representation of color #44B0ED: hue angle of 201.66º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44B0ED is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 176 | 237 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.07 |
| HSL | 201.66º | 0.82% | 0.6% | - |
| HSV(B) | 201.66º | 0.71% | 0.93% | - |
| XYZ | 33.2 | 38.39 | 85.78 | - |
| YUV | 150.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 176 | 237 | 0.71 | 0.26 | 0 | 0.07 | 201.66 | 0.82 | 0.6 |
| Hex | 44 | B0 | ED | 47 | 1A | 0 | 7 | CA | 52 | 3C |
| Octal | 104 | 260 | 355 | 107 | 32 | 0 | 7 | 312 | 122 | 74 |
| Binary | 1000100 | 10110000 | 11101101 | 1000111 | 11010 | 0 | 111 | 11001010 | 1010010 | 111100 |
Color Harmonies of #44B0ED
Complementary color
Monochromatic Colors of #44B0ED
Black with #44B0ED
Text Example
Text Example
White with #44B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B0ED; }
p { color: rgb(68,176,237); }
H1.HeaderClassName
{
color: #44B0ED;
}
.AnyTagClassName
{
color: #44B0ED;
}
</style>
background-color css
<style>
a { background-color: #44B0ED; }
a { background-color: rgb(68,176,237); }
div.DivClassName
{
background-color: #44B0ED;
}
.BgClassName
{
background-color: #44B0ED;
}
</style>
border-color css
<style>
span { border-color: #44B0ED; }
span { border-color: rgb(68,176,237); }
td.TdClassName
{
border-color: #44B0ED;
}
.TagClassName
{
border-color: #44B0ED;
}
</style>