Shades of Baby Blue #78FDF2
Tints of Baby Blue #78FDF2
RGB
CMYK
RGB Variations
Color information
#78FDF2 (or 0x78FDF2) is known color: Baby Blue. HEX triplet: 78, FD and F2. RGB value is (120,253,242). Sum of RGB (Red+Green+Blue) = 120+253+242=615 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.51% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDF2 is #87020D. Grayscale: #D3D3D3. Windows color (decimal): -8847886 or 15924600. OLE color: 15924600.
HSL color Cylindrical-coordinate representation of color #78FDF2: hue angle of 175.04º 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 #78FDF2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 253 | 242 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.01 |
| HSL | 175.04º | 0.97% | 0.73% | - |
| HSV(B) | 175.04º | 0.53% | 0.99% | - |
| XYZ | 58.9 | 80.65 | 96.47 | - |
| YUV | 211.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 253 | 242 | 0.53 | 0 | 0.04 | 0.01 | 175.04 | 0.97 | 0.73 |
| Hex | 78 | FD | F2 | 35 | 0 | 4 | 1 | AF | 61 | 49 |
| Octal | 170 | 375 | 362 | 65 | 0 | 4 | 1 | 257 | 141 | 111 |
| Binary | 1111000 | 11111101 | 11110010 | 110101 | 0 | 100 | 1 | 10101111 | 1100001 | 1001001 |
Color Harmonies of #78FDF2
Complementary color
Monochromatic Colors of #78FDF2
Black with #78FDF2
Text Example
Text Example
White with #78FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FDF2; }
p { color: rgb(120,253,242); }
H1.HeaderClassName
{
color: #78FDF2;
}
.AnyTagClassName
{
color: #78FDF2;
}
</style>
background-color css
<style>
a { background-color: #78FDF2; }
a { background-color: rgb(120,253,242); }
div.DivClassName
{
background-color: #78FDF2;
}
.BgClassName
{
background-color: #78FDF2;
}
</style>
border-color css
<style>
span { border-color: #78FDF2; }
span { border-color: rgb(120,253,242); }
td.TdClassName
{
border-color: #78FDF2;
}
.TagClassName
{
border-color: #78FDF2;
}
</style>