Shades of Baby Blue #78FDEF
Tints of Baby Blue #78FDEF
RGB
CMYK
RGB Variations
Color information
#78FDEF (or 0x78FDEF) is known color: Baby Blue. HEX triplet: 78, FD and EF. RGB value is (120,253,239). Sum of RGB (Red+Green+Blue) = 120+253+239=612 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.61% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDEF is #870210. Grayscale: #D3D3D3. Windows color (decimal): -8847889 or 15727992. OLE color: 15727992.
HSL color Cylindrical-coordinate representation of color #78FDEF: hue angle of 173.68º 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 #78FDEF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 253 | 239 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.01 |
| HSL | 173.68º | 0.97% | 0.73% | - |
| HSV(B) | 173.68º | 0.53% | 0.99% | - |
| XYZ | 58.45 | 80.48 | 94.11 | - |
| YUV | 211.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 253 | 239 | 0.53 | 0 | 0.06 | 0.01 | 173.68 | 0.97 | 0.73 |
| Hex | 78 | FD | EF | 35 | 0 | 6 | 1 | AE | 61 | 49 |
| Octal | 170 | 375 | 357 | 65 | 0 | 6 | 1 | 256 | 141 | 111 |
| Binary | 1111000 | 11111101 | 11101111 | 110101 | 0 | 110 | 1 | 10101110 | 1100001 | 1001001 |
Color Harmonies of #78FDEF
Complementary color
Monochromatic Colors of #78FDEF
Black with #78FDEF
Text Example
Text Example
White with #78FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FDEF; }
p { color: rgb(120,253,239); }
H1.HeaderClassName
{
color: #78FDEF;
}
.AnyTagClassName
{
color: #78FDEF;
}
</style>
background-color css
<style>
a { background-color: #78FDEF; }
a { background-color: rgb(120,253,239); }
div.DivClassName
{
background-color: #78FDEF;
}
.BgClassName
{
background-color: #78FDEF;
}
</style>
border-color css
<style>
span { border-color: #78FDEF; }
span { border-color: rgb(120,253,239); }
td.TdClassName
{
border-color: #78FDEF;
}
.TagClassName
{
border-color: #78FDEF;
}
</style>