Shades of Summer Sky #44CFEF
Tints of Summer Sky #44CFEF
RGB
CMYK
RGB Variations
Color information
#44CFEF (or 0x44CFEF) is known color: Summer Sky. HEX triplet: 44, CF and EF. RGB value is (68,207,239). Sum of RGB (Red+Green+Blue) = 68+207+239=514 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.23% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #44CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44CFEF is #BB3010. Grayscale: #A8A8A8. Windows color (decimal): -12267537 or 15716164. OLE color: 15716164.
HSL color Cylindrical-coordinate representation of color #44CFEF: hue angle of 191.23º 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 #44CFEF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 207 | 239 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.06 |
| HSL | 191.23º | 0.84% | 0.6% | - |
| HSV(B) | 191.23º | 0.72% | 0.94% | - |
| XYZ | 40.28 | 52.09 | 89.59 | - |
| YUV | 169.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 239 | 0.72 | 0.13 | 0 | 0.06 | 191.23 | 0.84 | 0.6 |
| Hex | 44 | CF | EF | 48 | D | 0 | 6 | BF | 54 | 3C |
| Octal | 104 | 317 | 357 | 110 | 15 | 0 | 6 | 277 | 124 | 74 |
| Binary | 1000100 | 11001111 | 11101111 | 1001000 | 1101 | 0 | 110 | 10111111 | 1010100 | 111100 |
Color Harmonies of #44CFEF
Complementary color
Monochromatic Colors of #44CFEF
Black with #44CFEF
Text Example
Text Example
White with #44CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFEF; }
p { color: rgb(68,207,239); }
H1.HeaderClassName
{
color: #44CFEF;
}
.AnyTagClassName
{
color: #44CFEF;
}
</style>
background-color css
<style>
a { background-color: #44CFEF; }
a { background-color: rgb(68,207,239); }
div.DivClassName
{
background-color: #44CFEF;
}
.BgClassName
{
background-color: #44CFEF;
}
</style>
border-color css
<style>
span { border-color: #44CFEF; }
span { border-color: rgb(68,207,239); }
td.TdClassName
{
border-color: #44CFEF;
}
.TagClassName
{
border-color: #44CFEF;
}
</style>