Shades of Summer Sky #44B0FF
Tints of Summer Sky #44B0FF
RGB
CMYK
RGB Variations
Color information
#44B0FF (or 0x44B0FF) is known color: Summer Sky. HEX triplet: 44, B0 and FF. RGB value is (68,176,255). Sum of RGB (Red+Green+Blue) = 68+176+255=499 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.63% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #44B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44B0FF is #BB4F00. Grayscale: #989898. Windows color (decimal): -12275457 or 16756804. OLE color: 16756804.
HSL color Cylindrical-coordinate representation of color #44B0FF: hue angle of 205.35º 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 #44B0FF is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 176 | 255 | - |
| CMYK | 0.73 | 0.31 | 0 | 0 |
| HSL | 205.35º | 1% | 0.63% | - |
| HSV(B) | 205.35º | 0.73% | 1% | - |
| XYZ | 35.96 | 39.5 | 100.34 | - |
| YUV | 152.71 | 185.72 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 176 | 255 | 0.73 | 0.31 | 0 | 0 | 205.35 | 1 | 0.63 |
| Hex | 44 | B0 | FF | 49 | 1F | 0 | 0 | CD | 64 | 3F |
| Octal | 104 | 260 | 377 | 111 | 37 | 0 | 0 | 315 | 144 | 77 |
| Binary | 1000100 | 10110000 | 11111111 | 1001001 | 11111 | 0 | 0 | 11001101 | 1100100 | 111111 |
Color Harmonies of #44B0FF
Complementary color
Monochromatic Colors of #44B0FF
Black with #44B0FF
Text Example
Text Example
White with #44B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B0FF; }
p { color: rgb(68,176,255); }
H1.HeaderClassName
{
color: #44B0FF;
}
.AnyTagClassName
{
color: #44B0FF;
}
</style>
background-color css
<style>
a { background-color: #44B0FF; }
a { background-color: rgb(68,176,255); }
div.DivClassName
{
background-color: #44B0FF;
}
.BgClassName
{
background-color: #44B0FF;
}
</style>
border-color css
<style>
span { border-color: #44B0FF; }
span { border-color: rgb(68,176,255); }
td.TdClassName
{
border-color: #44B0FF;
}
.TagClassName
{
border-color: #44B0FF;
}
</style>