Shades of Baby Blue #78FFF9
Tints of Baby Blue #78FFF9
RGB
CMYK
RGB Variations
Color information
#78FFF9 (or 0x78FFF9) is known color: Baby Blue. HEX triplet: 78, FF and F9. RGB value is (120,255,249). Sum of RGB (Red+Green+Blue) = 120+255+249=624 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.23% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFF9 is #870006. Grayscale: #D5D5D5. Windows color (decimal): -8847367 or 16383864. OLE color: 16383864.
HSL color Cylindrical-coordinate representation of color #78FFF9: hue angle of 177.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFF9 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 249 | - |
| CMYK | 0.53 | 0 | 0.02 | 0 |
| HSL | 177.33º | 1% | 0.74% | - |
| HSV(B) | 177.33º | 0.53% | 1% | - |
| XYZ | 60.6 | 82.35 | 102.32 | - |
| YUV | 213.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 249 | 0.53 | 0 | 0.02 | 0 | 177.33 | 1 | 0.74 |
| Hex | 78 | FF | F9 | 35 | 0 | 2 | 0 | B1 | 64 | 4A |
| Octal | 170 | 377 | 371 | 65 | 0 | 2 | 0 | 261 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11111001 | 110101 | 0 | 10 | 0 | 10110001 | 1100100 | 1001010 |
Color Harmonies of #78FFF9
Complementary color
Monochromatic Colors of #78FFF9
Black with #78FFF9
Text Example
Text Example
White with #78FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFF9; }
p { color: rgb(120,255,249); }
H1.HeaderClassName
{
color: #78FFF9;
}
.AnyTagClassName
{
color: #78FFF9;
}
</style>
background-color css
<style>
a { background-color: #78FFF9; }
a { background-color: rgb(120,255,249); }
div.DivClassName
{
background-color: #78FFF9;
}
.BgClassName
{
background-color: #78FFF9;
}
</style>
border-color css
<style>
span { border-color: #78FFF9; }
span { border-color: rgb(120,255,249); }
td.TdClassName
{
border-color: #78FFF9;
}
.TagClassName
{
border-color: #78FFF9;
}
</style>