Shades of Summer Sky #44BDFF
Tints of Summer Sky #44BDFF
RGB
CMYK
RGB Variations
Color information
#44BDFF (or 0x44BDFF) is known color: Summer Sky. HEX triplet: 44, BD and FF. RGB value is (68,189,255). Sum of RGB (Red+Green+Blue) = 68+189+255=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #44BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BDFF is #BB4200. Grayscale: #9F9F9F. Windows color (decimal): -12272129 or 16760132. OLE color: 16760132.
HSL color Cylindrical-coordinate representation of color #44BDFF: hue angle of 201.18º 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 #44BDFF is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 189 | 255 | - |
| CMYK | 0.73 | 0.26 | 0 | 0 |
| HSL | 201.18º | 1% | 0.63% | - |
| HSV(B) | 201.18º | 0.73% | 1% | - |
| XYZ | 38.63 | 44.84 | 101.23 | - |
| YUV | 160.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 255 | 0.73 | 0.26 | 0 | 0 | 201.18 | 1 | 0.63 |
| Hex | 44 | BD | FF | 49 | 1A | 0 | 0 | C9 | 64 | 3F |
| Octal | 104 | 275 | 377 | 111 | 32 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000100 | 10111101 | 11111111 | 1001001 | 11010 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #44BDFF
Complementary color
Monochromatic Colors of #44BDFF
Black with #44BDFF
Text Example
Text Example
White with #44BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BDFF; }
p { color: rgb(68,189,255); }
H1.HeaderClassName
{
color: #44BDFF;
}
.AnyTagClassName
{
color: #44BDFF;
}
</style>
background-color css
<style>
a { background-color: #44BDFF; }
a { background-color: rgb(68,189,255); }
div.DivClassName
{
background-color: #44BDFF;
}
.BgClassName
{
background-color: #44BDFF;
}
</style>
border-color css
<style>
span { border-color: #44BDFF; }
span { border-color: rgb(68,189,255); }
td.TdClassName
{
border-color: #44BDFF;
}
.TagClassName
{
border-color: #44BDFF;
}
</style>