Shades of Summer Sky #44BCEF
Tints of Summer Sky #44BCEF
RGB
CMYK
RGB Variations
Color information
#44BCEF (or 0x44BCEF) is known color: Summer Sky. HEX triplet: 44, BC and EF. RGB value is (68,188,239). Sum of RGB (Red+Green+Blue) = 68+188+239=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #44BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BCEF is #BB4310. Grayscale: #9D9D9D. Windows color (decimal): -12272401 or 15711300. OLE color: 15711300.
HSL color Cylindrical-coordinate representation of color #44BCEF: hue angle of 197.89º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BCEF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 188 | 239 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.06 |
| HSL | 197.89º | 0.84% | 0.6% | - |
| HSV(B) | 197.89º | 0.72% | 0.94% | - |
| XYZ | 35.95 | 43.43 | 88.15 | - |
| YUV | 157.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 239 | 0.72 | 0.21 | 0 | 0.06 | 197.89 | 0.84 | 0.6 |
| Hex | 44 | BC | EF | 48 | 15 | 0 | 6 | C6 | 54 | 3C |
| Octal | 104 | 274 | 357 | 110 | 25 | 0 | 6 | 306 | 124 | 74 |
| Binary | 1000100 | 10111100 | 11101111 | 1001000 | 10101 | 0 | 110 | 11000110 | 1010100 | 111100 |
Color Harmonies of #44BCEF
Complementary color
Monochromatic Colors of #44BCEF
Black with #44BCEF
Text Example
Text Example
White with #44BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCEF; }
p { color: rgb(68,188,239); }
H1.HeaderClassName
{
color: #44BCEF;
}
.AnyTagClassName
{
color: #44BCEF;
}
</style>
background-color css
<style>
a { background-color: #44BCEF; }
a { background-color: rgb(68,188,239); }
div.DivClassName
{
background-color: #44BCEF;
}
.BgClassName
{
background-color: #44BCEF;
}
</style>
border-color css
<style>
span { border-color: #44BCEF; }
span { border-color: rgb(68,188,239); }
td.TdClassName
{
border-color: #44BCEF;
}
.TagClassName
{
border-color: #44BCEF;
}
</style>