Shades of Summer Sky #44AFDB
Tints of Summer Sky #44AFDB
RGB
CMYK
RGB Variations
Color information
#44AFDB (or 0x44AFDB) is known color: Summer Sky. HEX triplet: 44, AF and DB. RGB value is (68,175,219). Sum of RGB (Red+Green+Blue) = 68+175+219=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #44AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFDB is #BB5024. Grayscale: #939393. Windows color (decimal): -12275749 or 14397252. OLE color: 14397252.
HSL color Cylindrical-coordinate representation of color #44AFDB: hue angle of 197.48º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44AFDB is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 175 | 219 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.14 |
| HSL | 197.48º | 0.68% | 0.56% | - |
| HSV(B) | 197.48º | 0.69% | 0.86% | - |
| XYZ | 30.5 | 37 | 72.55 | - |
| YUV | 148.02 | 168.05 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 219 | 0.69 | 0.20 | 0 | 0.14 | 197.48 | 0.68 | 0.56 |
| Hex | 44 | AF | DB | 45 | 14 | 0 | E | C5 | 44 | 38 |
| Octal | 104 | 257 | 333 | 105 | 24 | 0 | 16 | 305 | 104 | 70 |
| Binary | 1000100 | 10101111 | 11011011 | 1000101 | 10100 | 0 | 1110 | 11000101 | 1000100 | 111000 |
Color Harmonies of #44AFDB
Complementary color
Monochromatic Colors of #44AFDB
Black with #44AFDB
Text Example
Text Example
White with #44AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AFDB; }
p { color: rgb(68,175,219); }
H1.HeaderClassName
{
color: #44AFDB;
}
.AnyTagClassName
{
color: #44AFDB;
}
</style>
background-color css
<style>
a { background-color: #44AFDB; }
a { background-color: rgb(68,175,219); }
div.DivClassName
{
background-color: #44AFDB;
}
.BgClassName
{
background-color: #44AFDB;
}
</style>
border-color css
<style>
span { border-color: #44AFDB; }
span { border-color: rgb(68,175,219); }
td.TdClassName
{
border-color: #44AFDB;
}
.TagClassName
{
border-color: #44AFDB;
}
</style>