Shades of Summer Sky #44BEDD
Tints of Summer Sky #44BEDD
RGB
CMYK
RGB Variations
Color information
#44BEDD (or 0x44BEDD) is known color: Summer Sky. HEX triplet: 44, BE and DD. RGB value is (68,190,221). Sum of RGB (Red+Green+Blue) = 68+190+221=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #44BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEDD is #BB4122. Grayscale: #9C9C9C. Windows color (decimal): -12271907 or 14532164. OLE color: 14532164.
HSL color Cylindrical-coordinate representation of color #44BEDD: hue angle of 192.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44BEDD is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 190 | 221 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.13 |
| HSL | 192.16º | 0.69% | 0.57% | - |
| HSV(B) | 192.16º | 0.69% | 0.87% | - |
| XYZ | 33.85 | 43.28 | 74.98 | - |
| YUV | 157.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 221 | 0.69 | 0.14 | 0 | 0.13 | 192.16 | 0.69 | 0.57 |
| Hex | 44 | BE | DD | 45 | E | 0 | D | C0 | 45 | 39 |
| Octal | 104 | 276 | 335 | 105 | 16 | 0 | 15 | 300 | 105 | 71 |
| Binary | 1000100 | 10111110 | 11011101 | 1000101 | 1110 | 0 | 1101 | 11000000 | 1000101 | 111001 |
Color Harmonies of #44BEDD
Complementary color
Monochromatic Colors of #44BEDD
Black with #44BEDD
Text Example
Text Example
White with #44BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BEDD; }
p { color: rgb(68,190,221); }
H1.HeaderClassName
{
color: #44BEDD;
}
.AnyTagClassName
{
color: #44BEDD;
}
</style>
background-color css
<style>
a { background-color: #44BEDD; }
a { background-color: rgb(68,190,221); }
div.DivClassName
{
background-color: #44BEDD;
}
.BgClassName
{
background-color: #44BEDD;
}
</style>
border-color css
<style>
span { border-color: #44BEDD; }
span { border-color: rgb(68,190,221); }
td.TdClassName
{
border-color: #44BEDD;
}
.TagClassName
{
border-color: #44BEDD;
}
</style>