Shades of Baby Blue #77FFFC
Tints of Baby Blue #77FFFC
RGB
CMYK
RGB Variations
Color information
#77FFFC (or 0x77FFFC) is known color: Baby Blue. HEX triplet: 77, FF and FC. RGB value is (119,255,252). Sum of RGB (Red+Green+Blue) = 119+255+252=626 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.01% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFFC is #880003. Grayscale: #D5D5D5. Windows color (decimal): -8912900 or 16580471. OLE color: 16580471.
HSL color Cylindrical-coordinate representation of color #77FFFC: hue angle of 178.68º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFFC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 252 | - |
| CMYK | 0.53 | 0 | 0.01 | 0 |
| HSL | 178.68º | 1% | 0.73% | - |
| HSV(B) | 178.68º | 0.53% | 1% | - |
| XYZ | 60.94 | 82.47 | 104.8 | - |
| YUV | 213.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 252 | 0.53 | 0 | 0.01 | 0 | 178.68 | 1 | 0.73 |
| Hex | 77 | FF | FC | 35 | 0 | 1 | 0 | B3 | 64 | 49 |
| Octal | 167 | 377 | 374 | 65 | 0 | 1 | 0 | 263 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11111100 | 110101 | 0 | 1 | 0 | 10110011 | 1100100 | 1001001 |
Color Harmonies of #77FFFC
Complementary color
Monochromatic Colors of #77FFFC
Black with #77FFFC
Text Example
Text Example
White with #77FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFFC; }
p { color: rgb(119,255,252); }
H1.HeaderClassName
{
color: #77FFFC;
}
.AnyTagClassName
{
color: #77FFFC;
}
</style>
background-color css
<style>
a { background-color: #77FFFC; }
a { background-color: rgb(119,255,252); }
div.DivClassName
{
background-color: #77FFFC;
}
.BgClassName
{
background-color: #77FFFC;
}
</style>
border-color css
<style>
span { border-color: #77FFFC; }
span { border-color: rgb(119,255,252); }
td.TdClassName
{
border-color: #77FFFC;
}
.TagClassName
{
border-color: #77FFFC;
}
</style>