Shades of Baby Blue #77FCF0
Tints of Baby Blue #77FCF0
RGB
CMYK
RGB Variations
Color information
#77FCF0 (or 0x77FCF0) is known color: Baby Blue. HEX triplet: 77, FC and F0. RGB value is (119,252,240). Sum of RGB (Red+Green+Blue) = 119+252+240=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCF0 is #88030F. Grayscale: #D2D2D2. Windows color (decimal): -8913680 or 15793271. OLE color: 15793271.
HSL color Cylindrical-coordinate representation of color #77FCF0: hue angle of 174.59º degrees, saturation: 0.96, 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 #77FCF0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 240 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.01 |
| HSL | 174.59º | 0.96% | 0.73% | - |
| HSV(B) | 174.59º | 0.53% | 0.99% | - |
| XYZ | 58.15 | 79.83 | 94.78 | - |
| YUV | 210.87 | 144.44 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 240 | 0.53 | 0 | 0.05 | 0.01 | 174.59 | 0.96 | 0.73 |
| Hex | 77 | FC | F0 | 35 | 0 | 5 | 1 | AF | 60 | 49 |
| Octal | 167 | 374 | 360 | 65 | 0 | 5 | 1 | 257 | 140 | 111 |
| Binary | 1110111 | 11111100 | 11110000 | 110101 | 0 | 101 | 1 | 10101111 | 1100000 | 1001001 |
Color Harmonies of #77FCF0
Complementary color
Monochromatic Colors of #77FCF0
Black with #77FCF0
Text Example
Text Example
White with #77FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCF0; }
p { color: rgb(119,252,240); }
H1.HeaderClassName
{
color: #77FCF0;
}
.AnyTagClassName
{
color: #77FCF0;
}
</style>
background-color css
<style>
a { background-color: #77FCF0; }
a { background-color: rgb(119,252,240); }
div.DivClassName
{
background-color: #77FCF0;
}
.BgClassName
{
background-color: #77FCF0;
}
</style>
border-color css
<style>
span { border-color: #77FCF0; }
span { border-color: rgb(119,252,240); }
td.TdClassName
{
border-color: #77FCF0;
}
.TagClassName
{
border-color: #77FCF0;
}
</style>