Shades of Summer Sky #44BEFE
Tints of Summer Sky #44BEFE
RGB
CMYK
RGB Variations
Color information
#44BEFE (or 0x44BEFE) is known color: Summer Sky. HEX triplet: 44, BE and FE. RGB value is (68,190,254). Sum of RGB (Red+Green+Blue) = 68+190+254=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #44BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BEFE is #BB4101. Grayscale: #A0A0A0. Windows color (decimal): -12271874 or 16694852. OLE color: 16694852.
HSL color Cylindrical-coordinate representation of color #44BEFE: hue angle of 200.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44BEFE is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 190 | 254 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.00 |
| HSL | 200.65º | 0.99% | 0.63% | - |
| HSV(B) | 200.65º | 0.73% | 1% | - |
| XYZ | 38.69 | 45.21 | 100.45 | - |
| YUV | 160.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 254 | 0.73 | 0.25 | 0 | 0.00 | 200.65 | 0.99 | 0.63 |
| Hex | 44 | BE | FE | 49 | 19 | 0 | 0 | C9 | 63 | 3F |
| Octal | 104 | 276 | 376 | 111 | 31 | 0 | 0 | 311 | 143 | 77 |
| Binary | 1000100 | 10111110 | 11111110 | 1001001 | 11001 | 0 | 0 | 11001001 | 1100011 | 111111 |
Color Harmonies of #44BEFE
Complementary color
Monochromatic Colors of #44BEFE
Black with #44BEFE
Text Example
Text Example
White with #44BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BEFE; }
p { color: rgb(68,190,254); }
H1.HeaderClassName
{
color: #44BEFE;
}
.AnyTagClassName
{
color: #44BEFE;
}
</style>
background-color css
<style>
a { background-color: #44BEFE; }
a { background-color: rgb(68,190,254); }
div.DivClassName
{
background-color: #44BEFE;
}
.BgClassName
{
background-color: #44BEFE;
}
</style>
border-color css
<style>
span { border-color: #44BEFE; }
span { border-color: rgb(68,190,254); }
td.TdClassName
{
border-color: #44BEFE;
}
.TagClassName
{
border-color: #44BEFE;
}
</style>