Shades of Baby Blue #77FDFC
Tints of Baby Blue #77FDFC
RGB
CMYK
RGB Variations
Color information
#77FDFC (or 0x77FDFC) is known color: Baby Blue. HEX triplet: 77, FD and FC. RGB value is (119,253,252). Sum of RGB (Red+Green+Blue) = 119+253+252=624 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.07% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDFC is #880203. Grayscale: #D4D4D4. Windows color (decimal): -8913412 or 16579959. OLE color: 16579959.
HSL color Cylindrical-coordinate representation of color #77FDFC: hue angle of 179.55º 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 #77FDFC is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 252 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.01 |
| HSL | 179.55º | 0.97% | 0.73% | - |
| HSV(B) | 179.55º | 0.53% | 0.99% | - |
| XYZ | 60.3 | 81.2 | 104.59 | - |
| YUV | 212.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 252 | 0.53 | 0 | 0.00 | 0.01 | 179.55 | 0.97 | 0.73 |
| Hex | 77 | FD | FC | 35 | 0 | 0 | 1 | B4 | 61 | 49 |
| Octal | 167 | 375 | 374 | 65 | 0 | 0 | 1 | 264 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11111100 | 110101 | 0 | 0 | 1 | 10110100 | 1100001 | 1001001 |
Color Harmonies of #77FDFC
Complementary color
Monochromatic Colors of #77FDFC
Black with #77FDFC
Text Example
Text Example
White with #77FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDFC; }
p { color: rgb(119,253,252); }
H1.HeaderClassName
{
color: #77FDFC;
}
.AnyTagClassName
{
color: #77FDFC;
}
</style>
background-color css
<style>
a { background-color: #77FDFC; }
a { background-color: rgb(119,253,252); }
div.DivClassName
{
background-color: #77FDFC;
}
.BgClassName
{
background-color: #77FDFC;
}
</style>
border-color css
<style>
span { border-color: #77FDFC; }
span { border-color: rgb(119,253,252); }
td.TdClassName
{
border-color: #77FDFC;
}
.TagClassName
{
border-color: #77FDFC;
}
</style>