Shades of Baby Blue #45FFF9
Tints of Baby Blue #45FFF9
RGB
CMYK
RGB Variations
Color information
#45FFF9 (or 0x45FFF9) is known color: Baby Blue. HEX triplet: 45, FF and F9. RGB value is (69,255,249). Sum of RGB (Red+Green+Blue) = 69+255+249=573 (75% of max value = 765). Red value is 69 (27.34% from 255 or 12.04% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FFF9 is #BA0006. Grayscale: #C6C6C6. Windows color (decimal): -12189703 or 16383813. OLE color: 16383813.
HSL color Cylindrical-coordinate representation of color #45FFF9: hue angle of 178.06º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFF9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 249 | - |
| CMYK | 0.73 | 0 | 0.02 | 0 |
| HSL | 178.06º | 1% | 0.64% | - |
| HSV(B) | 178.06º | 0.73% | 1% | - |
| XYZ | 55.31 | 79.62 | 102.08 | - |
| YUV | 198.7 | 156.38 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 249 | 0.73 | 0 | 0.02 | 0 | 178.06 | 1 | 0.64 |
| Hex | 45 | FF | F9 | 49 | 0 | 2 | 0 | B2 | 64 | 40 |
| Octal | 105 | 377 | 371 | 111 | 0 | 2 | 0 | 262 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11111001 | 1001001 | 0 | 10 | 0 | 10110010 | 1100100 | 1000000 |
Color Harmonies of #45FFF9
Complementary color
Monochromatic Colors of #45FFF9
Black with #45FFF9
Text Example
Text Example
White with #45FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFF9; }
p { color: rgb(69,255,249); }
H1.HeaderClassName
{
color: #45FFF9;
}
.AnyTagClassName
{
color: #45FFF9;
}
</style>
background-color css
<style>
a { background-color: #45FFF9; }
a { background-color: rgb(69,255,249); }
div.DivClassName
{
background-color: #45FFF9;
}
.BgClassName
{
background-color: #45FFF9;
}
</style>
border-color css
<style>
span { border-color: #45FFF9; }
span { border-color: rgb(69,255,249); }
td.TdClassName
{
border-color: #45FFF9;
}
.TagClassName
{
border-color: #45FFF9;
}
</style>