Shades of Baby Blue #78FDEA
Tints of Baby Blue #78FDEA
RGB
CMYK
RGB Variations
Color information
#78FDEA (or 0x78FDEA) is known color: Baby Blue. HEX triplet: 78, FD and EA. RGB value is (120,253,234). Sum of RGB (Red+Green+Blue) = 120+253+234=607 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.77% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDEA is #870215. Grayscale: #D3D3D3. Windows color (decimal): -8847894 or 15400312. OLE color: 15400312.
HSL color Cylindrical-coordinate representation of color #78FDEA: hue angle of 171.43º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FDEA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 253 | 234 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.01 |
| HSL | 171.43º | 0.97% | 0.73% | - |
| HSV(B) | 171.43º | 0.53% | 0.99% | - |
| XYZ | 57.72 | 80.18 | 90.28 | - |
| YUV | 211.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 253 | 234 | 0.53 | 0 | 0.08 | 0.01 | 171.43 | 0.97 | 0.73 |
| Hex | 78 | FD | EA | 35 | 0 | 8 | 1 | AB | 61 | 49 |
| Octal | 170 | 375 | 352 | 65 | 0 | 10 | 1 | 253 | 141 | 111 |
| Binary | 1111000 | 11111101 | 11101010 | 110101 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001001 |
Color Harmonies of #78FDEA
Complementary color
Monochromatic Colors of #78FDEA
Black with #78FDEA
Text Example
Text Example
White with #78FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FDEA; }
p { color: rgb(120,253,234); }
H1.HeaderClassName
{
color: #78FDEA;
}
.AnyTagClassName
{
color: #78FDEA;
}
</style>
background-color css
<style>
a { background-color: #78FDEA; }
a { background-color: rgb(120,253,234); }
div.DivClassName
{
background-color: #78FDEA;
}
.BgClassName
{
background-color: #78FDEA;
}
</style>
border-color css
<style>
span { border-color: #78FDEA; }
span { border-color: rgb(120,253,234); }
td.TdClassName
{
border-color: #78FDEA;
}
.TagClassName
{
border-color: #78FDEA;
}
</style>