Shades of Baby Blue #78FEFA
Tints of Baby Blue #78FEFA
RGB
CMYK
RGB Variations
Color information
#78FEFA (or 0x78FEFA) is known color: Baby Blue. HEX triplet: 78, FE and FA. RGB value is (120,254,250). Sum of RGB (Red+Green+Blue) = 120+254+250=624 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.23% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #78FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FEFA is #870105. Grayscale: #D5D5D5. Windows color (decimal): -8847622 or 16449144. OLE color: 16449144.
HSL color Cylindrical-coordinate representation of color #78FEFA: hue angle of 178.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FEFA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 250 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.00 |
| HSL | 178.21º | 0.99% | 0.73% | - |
| HSV(B) | 178.21º | 0.53% | 1% | - |
| XYZ | 60.44 | 81.78 | 103.04 | - |
| YUV | 213.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 250 | 0.53 | 0 | 0.02 | 0.00 | 178.21 | 0.99 | 0.73 |
| Hex | 78 | FE | FA | 35 | 0 | 2 | 0 | B2 | 63 | 49 |
| Octal | 170 | 376 | 372 | 65 | 0 | 2 | 0 | 262 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11111010 | 110101 | 0 | 10 | 0 | 10110010 | 1100011 | 1001001 |
Color Harmonies of #78FEFA
Complementary color
Monochromatic Colors of #78FEFA
Black with #78FEFA
Text Example
Text Example
White with #78FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FEFA; }
p { color: rgb(120,254,250); }
H1.HeaderClassName
{
color: #78FEFA;
}
.AnyTagClassName
{
color: #78FEFA;
}
</style>
background-color css
<style>
a { background-color: #78FEFA; }
a { background-color: rgb(120,254,250); }
div.DivClassName
{
background-color: #78FEFA;
}
.BgClassName
{
background-color: #78FEFA;
}
</style>
border-color css
<style>
span { border-color: #78FEFA; }
span { border-color: rgb(120,254,250); }
td.TdClassName
{
border-color: #78FEFA;
}
.TagClassName
{
border-color: #78FEFA;
}
</style>