Shades of Baby Blue #78FFFA
Tints of Baby Blue #78FFFA
RGB
CMYK
RGB Variations
Color information
#78FFFA (or 0x78FFFA) is known color: Baby Blue. HEX triplet: 78, FF and FA. RGB value is (120,255,250). Sum of RGB (Red+Green+Blue) = 120+255+250=625 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.2% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFFA is #870005. Grayscale: #D5D5D5. Windows color (decimal): -8847366 or 16449400. OLE color: 16449400.
HSL color Cylindrical-coordinate representation of color #78FFFA: hue angle of 177.78º 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 #78FFFA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 250 | - |
| CMYK | 0.53 | 0 | 0.02 | 0 |
| HSL | 177.78º | 1% | 0.74% | - |
| HSV(B) | 177.78º | 0.53% | 1% | - |
| XYZ | 60.76 | 82.42 | 103.15 | - |
| YUV | 214.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 250 | 0.53 | 0 | 0.02 | 0 | 177.78 | 1 | 0.74 |
| Hex | 78 | FF | FA | 35 | 0 | 2 | 0 | B2 | 64 | 4A |
| Octal | 170 | 377 | 372 | 65 | 0 | 2 | 0 | 262 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11111010 | 110101 | 0 | 10 | 0 | 10110010 | 1100100 | 1001010 |
Color Harmonies of #78FFFA
Complementary color
Monochromatic Colors of #78FFFA
Black with #78FFFA
Text Example
Text Example
White with #78FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFFA; }
p { color: rgb(120,255,250); }
H1.HeaderClassName
{
color: #78FFFA;
}
.AnyTagClassName
{
color: #78FFFA;
}
</style>
background-color css
<style>
a { background-color: #78FFFA; }
a { background-color: rgb(120,255,250); }
div.DivClassName
{
background-color: #78FFFA;
}
.BgClassName
{
background-color: #78FFFA;
}
</style>
border-color css
<style>
span { border-color: #78FFFA; }
span { border-color: rgb(120,255,250); }
td.TdClassName
{
border-color: #78FFFA;
}
.TagClassName
{
border-color: #78FFFA;
}
</style>