Shades of Summer Sky #44BBFF
Tints of Summer Sky #44BBFF
RGB
CMYK
RGB Variations
Color information
#44BBFF (or 0x44BBFF) is known color: Summer Sky. HEX triplet: 44, BB and FF. RGB value is (68,187,255). Sum of RGB (Red+Green+Blue) = 68+187+255=510 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.33% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #44BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BBFF is #BB4400. Grayscale: #9E9E9E. Windows color (decimal): -12272641 or 16759620. OLE color: 16759620.
HSL color Cylindrical-coordinate representation of color #44BBFF: hue angle of 201.82º 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 #44BBFF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 187 | 255 | - |
| CMYK | 0.73 | 0.27 | 0 | 0 |
| HSL | 201.82º | 1% | 0.63% | - |
| HSV(B) | 201.82º | 0.73% | 1% | - |
| XYZ | 38.2 | 43.99 | 101.09 | - |
| YUV | 159.17 | 182.08 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 255 | 0.73 | 0.27 | 0 | 0 | 201.82 | 1 | 0.63 |
| Hex | 44 | BB | FF | 49 | 1B | 0 | 0 | CA | 64 | 3F |
| Octal | 104 | 273 | 377 | 111 | 33 | 0 | 0 | 312 | 144 | 77 |
| Binary | 1000100 | 10111011 | 11111111 | 1001001 | 11011 | 0 | 0 | 11001010 | 1100100 | 111111 |
Color Harmonies of #44BBFF
Complementary color
Monochromatic Colors of #44BBFF
Black with #44BBFF
Text Example
Text Example
White with #44BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BBFF; }
p { color: rgb(68,187,255); }
H1.HeaderClassName
{
color: #44BBFF;
}
.AnyTagClassName
{
color: #44BBFF;
}
</style>
background-color css
<style>
a { background-color: #44BBFF; }
a { background-color: rgb(68,187,255); }
div.DivClassName
{
background-color: #44BBFF;
}
.BgClassName
{
background-color: #44BBFF;
}
</style>
border-color css
<style>
span { border-color: #44BBFF; }
span { border-color: rgb(68,187,255); }
td.TdClassName
{
border-color: #44BBFF;
}
.TagClassName
{
border-color: #44BBFF;
}
</style>