Shades of Summer Sky #44BEDB
Tints of Summer Sky #44BEDB
RGB
CMYK
RGB Variations
Color information
#44BEDB (or 0x44BEDB) is known color: Summer Sky. HEX triplet: 44, BE and DB. RGB value is (68,190,219). Sum of RGB (Red+Green+Blue) = 68+190+219=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #44BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEDB is #BB4124. Grayscale: #9C9C9C. Windows color (decimal): -12271909 or 14401092. OLE color: 14401092.
HSL color Cylindrical-coordinate representation of color #44BEDB: hue angle of 191.52º 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 #44BEDB is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 190 | 219 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.14 |
| HSL | 191.52º | 0.68% | 0.56% | - |
| HSV(B) | 191.52º | 0.69% | 0.86% | - |
| XYZ | 33.58 | 43.17 | 73.58 | - |
| YUV | 156.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 219 | 0.69 | 0.13 | 0 | 0.14 | 191.52 | 0.68 | 0.56 |
| Hex | 44 | BE | DB | 45 | D | 0 | E | C0 | 44 | 38 |
| Octal | 104 | 276 | 333 | 105 | 15 | 0 | 16 | 300 | 104 | 70 |
| Binary | 1000100 | 10111110 | 11011011 | 1000101 | 1101 | 0 | 1110 | 11000000 | 1000100 | 111000 |
Color Harmonies of #44BEDB
Complementary color
Monochromatic Colors of #44BEDB
Black with #44BEDB
Text Example
Text Example
White with #44BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BEDB; }
p { color: rgb(68,190,219); }
H1.HeaderClassName
{
color: #44BEDB;
}
.AnyTagClassName
{
color: #44BEDB;
}
</style>
background-color css
<style>
a { background-color: #44BEDB; }
a { background-color: rgb(68,190,219); }
div.DivClassName
{
background-color: #44BEDB;
}
.BgClassName
{
background-color: #44BEDB;
}
</style>
border-color css
<style>
span { border-color: #44BEDB; }
span { border-color: rgb(68,190,219); }
td.TdClassName
{
border-color: #44BEDB;
}
.TagClassName
{
border-color: #44BEDB;
}
</style>