Shades of Baby Blue #78FFFE
Tints of Baby Blue #78FFFE
RGB
CMYK
RGB Variations
Color information
#78FFFE (or 0x78FFFE) is known color: Baby Blue. HEX triplet: 78, FF and FE. RGB value is (120,255,254). Sum of RGB (Red+Green+Blue) = 120+255+254=629 (83% of max value = 765). Red value is 120 (47.27% from 255 or 19.08% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFFE is #870001. Grayscale: #D6D6D6. Windows color (decimal): -8847362 or 16711544. OLE color: 16711544.
HSL color Cylindrical-coordinate representation of color #78FFFE: hue angle of 179.56º 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 #78FFFE is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 254 | - |
| CMYK | 0.53 | 0 | 0.00 | 0 |
| HSL | 179.56º | 1% | 0.74% | - |
| HSV(B) | 179.56º | 0.53% | 1% | - |
| XYZ | 61.4 | 82.67 | 106.49 | - |
| YUV | 214.52 | 150.27 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 254 | 0.53 | 0 | 0.00 | 0 | 179.56 | 1 | 0.74 |
| Hex | 78 | FF | FE | 35 | 0 | 0 | 0 | B4 | 64 | 4A |
| Octal | 170 | 377 | 376 | 65 | 0 | 0 | 0 | 264 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11111110 | 110101 | 0 | 0 | 0 | 10110100 | 1100100 | 1001010 |
Color Harmonies of #78FFFE
Complementary color
Monochromatic Colors of #78FFFE
Black with #78FFFE
Text Example
Text Example
White with #78FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFFE; }
p { color: rgb(120,255,254); }
H1.HeaderClassName
{
color: #78FFFE;
}
.AnyTagClassName
{
color: #78FFFE;
}
</style>
background-color css
<style>
a { background-color: #78FFFE; }
a { background-color: rgb(120,255,254); }
div.DivClassName
{
background-color: #78FFFE;
}
.BgClassName
{
background-color: #78FFFE;
}
</style>
border-color css
<style>
span { border-color: #78FFFE; }
span { border-color: rgb(120,255,254); }
td.TdClassName
{
border-color: #78FFFE;
}
.TagClassName
{
border-color: #78FFFE;
}
</style>