Shades of Summer Sky #44BDFB
Tints of Summer Sky #44BDFB
RGB
CMYK
RGB Variations
Color information
#44BDFB (or 0x44BDFB) is known color: Summer Sky. HEX triplet: 44, BD and FB. RGB value is (68,189,251). Sum of RGB (Red+Green+Blue) = 68+189+251=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #44BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BDFB is #BB4204. Grayscale: #9F9F9F. Windows color (decimal): -12272133 or 16497988. OLE color: 16497988.
HSL color Cylindrical-coordinate representation of color #44BDFB: hue angle of 200.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44BDFB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 189 | 251 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.02 |
| HSL | 200.33º | 0.96% | 0.63% | - |
| HSV(B) | 200.33º | 0.73% | 0.98% | - |
| XYZ | 37.99 | 44.59 | 97.87 | - |
| YUV | 159.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 251 | 0.73 | 0.25 | 0 | 0.02 | 200.33 | 0.96 | 0.63 |
| Hex | 44 | BD | FB | 49 | 19 | 0 | 2 | C8 | 60 | 3F |
| Octal | 104 | 275 | 373 | 111 | 31 | 0 | 2 | 310 | 140 | 77 |
| Binary | 1000100 | 10111101 | 11111011 | 1001001 | 11001 | 0 | 10 | 11001000 | 1100000 | 111111 |
Color Harmonies of #44BDFB
Complementary color
Monochromatic Colors of #44BDFB
Black with #44BDFB
Text Example
Text Example
White with #44BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BDFB; }
p { color: rgb(68,189,251); }
H1.HeaderClassName
{
color: #44BDFB;
}
.AnyTagClassName
{
color: #44BDFB;
}
</style>
background-color css
<style>
a { background-color: #44BDFB; }
a { background-color: rgb(68,189,251); }
div.DivClassName
{
background-color: #44BDFB;
}
.BgClassName
{
background-color: #44BDFB;
}
</style>
border-color css
<style>
span { border-color: #44BDFB; }
span { border-color: rgb(68,189,251); }
td.TdClassName
{
border-color: #44BDFB;
}
.TagClassName
{
border-color: #44BDFB;
}
</style>