Shades of Baby Blue #45FDF9
Tints of Baby Blue #45FDF9
RGB
CMYK
RGB Variations
Color information
#45FDF9 (or 0x45FDF9) is known color: Baby Blue. HEX triplet: 45, FD and F9. RGB value is (69,253,249). Sum of RGB (Red+Green+Blue) = 69+253+249=571 (75% of max value = 765). Red value is 69 (27.34% from 255 or 12.08% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FDF9 is #BA0206. Grayscale: #C5C5C5. Windows color (decimal): -12190215 or 16383301. OLE color: 16383301.
HSL color Cylindrical-coordinate representation of color #45FDF9: hue angle of 178.7º degrees, saturation: 0.98, 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 #45FDF9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 253 | 249 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.01 |
| HSL | 178.7º | 0.98% | 0.63% | - |
| HSV(B) | 178.7º | 0.73% | 0.99% | - |
| XYZ | 54.68 | 78.36 | 101.86 | - |
| YUV | 197.53 | 157.04 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 253 | 249 | 0.73 | 0 | 0.02 | 0.01 | 178.7 | 0.98 | 0.63 |
| Hex | 45 | FD | F9 | 49 | 0 | 2 | 1 | B3 | 62 | 3F |
| Octal | 105 | 375 | 371 | 111 | 0 | 2 | 1 | 263 | 142 | 77 |
| Binary | 1000101 | 11111101 | 11111001 | 1001001 | 0 | 10 | 1 | 10110011 | 1100010 | 111111 |
Color Harmonies of #45FDF9
Complementary color
Monochromatic Colors of #45FDF9
Black with #45FDF9
Text Example
Text Example
White with #45FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FDF9; }
p { color: rgb(69,253,249); }
H1.HeaderClassName
{
color: #45FDF9;
}
.AnyTagClassName
{
color: #45FDF9;
}
</style>
background-color css
<style>
a { background-color: #45FDF9; }
a { background-color: rgb(69,253,249); }
div.DivClassName
{
background-color: #45FDF9;
}
.BgClassName
{
background-color: #45FDF9;
}
</style>
border-color css
<style>
span { border-color: #45FDF9; }
span { border-color: rgb(69,253,249); }
td.TdClassName
{
border-color: #45FDF9;
}
.TagClassName
{
border-color: #45FDF9;
}
</style>