Shades of Summer Sky #44CEFF
Tints of Summer Sky #44CEFF
RGB
CMYK
RGB Variations
Color information
#44CEFF (or 0x44CEFF) is known color: Summer Sky. HEX triplet: 44, CE and FF. RGB value is (68,206,255). Sum of RGB (Red+Green+Blue) = 68+206+255=529 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.85% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #44CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44CEFF is #BB3100. Grayscale: #A9A9A9. Windows color (decimal): -12267777 or 16764484. OLE color: 16764484.
HSL color Cylindrical-coordinate representation of color #44CEFF: hue angle of 195.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44CEFF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 206 | 255 | - |
| CMYK | 0.73 | 0.19 | 0 | 0 |
| HSL | 195.72º | 1% | 0.63% | - |
| HSV(B) | 195.72º | 0.73% | 1% | - |
| XYZ | 42.51 | 52.59 | 102.52 | - |
| YUV | 170.32 | 175.78 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 255 | 0.73 | 0.19 | 0 | 0 | 195.72 | 1 | 0.63 |
| Hex | 44 | CE | FF | 49 | 13 | 0 | 0 | C4 | 64 | 3F |
| Octal | 104 | 316 | 377 | 111 | 23 | 0 | 0 | 304 | 144 | 77 |
| Binary | 1000100 | 11001110 | 11111111 | 1001001 | 10011 | 0 | 0 | 11000100 | 1100100 | 111111 |
Color Harmonies of #44CEFF
Complementary color
Monochromatic Colors of #44CEFF
Black with #44CEFF
Text Example
Text Example
White with #44CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEFF; }
p { color: rgb(68,206,255); }
H1.HeaderClassName
{
color: #44CEFF;
}
.AnyTagClassName
{
color: #44CEFF;
}
</style>
background-color css
<style>
a { background-color: #44CEFF; }
a { background-color: rgb(68,206,255); }
div.DivClassName
{
background-color: #44CEFF;
}
.BgClassName
{
background-color: #44CEFF;
}
</style>
border-color css
<style>
span { border-color: #44CEFF; }
span { border-color: rgb(68,206,255); }
td.TdClassName
{
border-color: #44CEFF;
}
.TagClassName
{
border-color: #44CEFF;
}
</style>