Shades of Summer Sky #44BAFC
Tints of Summer Sky #44BAFC
RGB
CMYK
RGB Variations
Color information
#44BAFC (or 0x44BAFC) is known color: Summer Sky. HEX triplet: 44, BA and FC. RGB value is (68,186,252). Sum of RGB (Red+Green+Blue) = 68+186+252=506 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.44% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #44BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BAFC is #BB4503. Grayscale: #9D9D9D. Windows color (decimal): -12272900 or 16562756. OLE color: 16562756.
HSL color Cylindrical-coordinate representation of color #44BAFC: hue angle of 201.52º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44BAFC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 186 | 252 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.01 |
| HSL | 201.52º | 0.97% | 0.63% | - |
| HSV(B) | 201.52º | 0.73% | 0.99% | - |
| XYZ | 37.51 | 43.38 | 98.49 | - |
| YUV | 158.24 | 180.91 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 252 | 0.73 | 0.26 | 0 | 0.01 | 201.52 | 0.97 | 0.63 |
| Hex | 44 | BA | FC | 49 | 1A | 0 | 1 | CA | 61 | 3F |
| Octal | 104 | 272 | 374 | 111 | 32 | 0 | 1 | 312 | 141 | 77 |
| Binary | 1000100 | 10111010 | 11111100 | 1001001 | 11010 | 0 | 1 | 11001010 | 1100001 | 111111 |
Color Harmonies of #44BAFC
Complementary color
Monochromatic Colors of #44BAFC
Black with #44BAFC
Text Example
Text Example
White with #44BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BAFC; }
p { color: rgb(68,186,252); }
H1.HeaderClassName
{
color: #44BAFC;
}
.AnyTagClassName
{
color: #44BAFC;
}
</style>
background-color css
<style>
a { background-color: #44BAFC; }
a { background-color: rgb(68,186,252); }
div.DivClassName
{
background-color: #44BAFC;
}
.BgClassName
{
background-color: #44BAFC;
}
</style>
border-color css
<style>
span { border-color: #44BAFC; }
span { border-color: rgb(68,186,252); }
td.TdClassName
{
border-color: #44BAFC;
}
.TagClassName
{
border-color: #44BAFC;
}
</style>