Shades of Summer Sky #44BEFF
Tints of Summer Sky #44BEFF
RGB
CMYK
RGB Variations
Color information
#44BEFF (or 0x44BEFF) is known color: Summer Sky. HEX triplet: 44, BE and FF. RGB value is (68,190,255). Sum of RGB (Red+Green+Blue) = 68+190+255=513 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.26% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #44BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BEFF is #BB4100. Grayscale: #A0A0A0. Windows color (decimal): -12271873 or 16760388. OLE color: 16760388.
HSL color Cylindrical-coordinate representation of color #44BEFF: hue angle of 200.86º 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 #44BEFF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 190 | 255 | - |
| CMYK | 0.73 | 0.25 | 0 | 0 |
| HSL | 200.86º | 1% | 0.63% | - |
| HSV(B) | 200.86º | 0.73% | 1% | - |
| XYZ | 38.85 | 45.28 | 101.3 | - |
| YUV | 160.93 | 181.08 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 255 | 0.73 | 0.25 | 0 | 0 | 200.86 | 1 | 0.63 |
| Hex | 44 | BE | FF | 49 | 19 | 0 | 0 | C9 | 64 | 3F |
| Octal | 104 | 276 | 377 | 111 | 31 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000100 | 10111110 | 11111111 | 1001001 | 11001 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #44BEFF
Complementary color
Monochromatic Colors of #44BEFF
Black with #44BEFF
Text Example
Text Example
White with #44BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BEFF; }
p { color: rgb(68,190,255); }
H1.HeaderClassName
{
color: #44BEFF;
}
.AnyTagClassName
{
color: #44BEFF;
}
</style>
background-color css
<style>
a { background-color: #44BEFF; }
a { background-color: rgb(68,190,255); }
div.DivClassName
{
background-color: #44BEFF;
}
.BgClassName
{
background-color: #44BEFF;
}
</style>
border-color css
<style>
span { border-color: #44BEFF; }
span { border-color: rgb(68,190,255); }
td.TdClassName
{
border-color: #44BEFF;
}
.TagClassName
{
border-color: #44BEFF;
}
</style>