Shades of Baby Blue #78FDE9
Tints of Baby Blue #78FDE9
RGB
CMYK
RGB Variations
Color information
#78FDE9 (or 0x78FDE9) is known color: Baby Blue. HEX triplet: 78, FD and E9. RGB value is (120,253,233). Sum of RGB (Red+Green+Blue) = 120+253+233=606 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.80% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDE9 is #870216. Grayscale: #D2D2D2. Windows color (decimal): -8847895 or 15334776. OLE color: 15334776.
HSL color Cylindrical-coordinate representation of color #78FDE9: hue angle of 170.98º 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 #78FDE9 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 253 | 233 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.01 |
| HSL | 170.98º | 0.97% | 0.73% | - |
| HSV(B) | 170.98º | 0.53% | 0.99% | - |
| XYZ | 57.58 | 80.13 | 89.52 | - |
| YUV | 210.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 253 | 233 | 0.53 | 0 | 0.08 | 0.01 | 170.98 | 0.97 | 0.73 |
| Hex | 78 | FD | E9 | 35 | 0 | 8 | 1 | AB | 61 | 49 |
| Octal | 170 | 375 | 351 | 65 | 0 | 10 | 1 | 253 | 141 | 111 |
| Binary | 1111000 | 11111101 | 11101001 | 110101 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001001 |
Color Harmonies of #78FDE9
Complementary color
Monochromatic Colors of #78FDE9
Black with #78FDE9
Text Example
Text Example
White with #78FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FDE9; }
p { color: rgb(120,253,233); }
H1.HeaderClassName
{
color: #78FDE9;
}
.AnyTagClassName
{
color: #78FDE9;
}
</style>
background-color css
<style>
a { background-color: #78FDE9; }
a { background-color: rgb(120,253,233); }
div.DivClassName
{
background-color: #78FDE9;
}
.BgClassName
{
background-color: #78FDE9;
}
</style>
border-color css
<style>
span { border-color: #78FDE9; }
span { border-color: rgb(120,253,233); }
td.TdClassName
{
border-color: #78FDE9;
}
.TagClassName
{
border-color: #78FDE9;
}
</style>