Shades of Baby Blue #77FEFA
Tints of Baby Blue #77FEFA
RGB
CMYK
RGB Variations
Color information
#77FEFA (or 0x77FEFA) is known color: Baby Blue. HEX triplet: 77, FE and FA. RGB value is (119,254,250). Sum of RGB (Red+Green+Blue) = 119+254+250=623 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.10% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FEFA is #880105. Grayscale: #D5D5D5. Windows color (decimal): -8913158 or 16449143. OLE color: 16449143.
HSL color Cylindrical-coordinate representation of color #77FEFA: hue angle of 178.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEFA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 254 | 250 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.00 |
| HSL | 178.22º | 0.99% | 0.73% | - |
| HSV(B) | 178.22º | 0.53% | 1% | - |
| XYZ | 60.3 | 81.71 | 103.04 | - |
| YUV | 213.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 254 | 250 | 0.53 | 0 | 0.02 | 0.00 | 178.22 | 0.99 | 0.73 |
| Hex | 77 | FE | FA | 35 | 0 | 2 | 0 | B2 | 63 | 49 |
| Octal | 167 | 376 | 372 | 65 | 0 | 2 | 0 | 262 | 143 | 111 |
| Binary | 1110111 | 11111110 | 11111010 | 110101 | 0 | 10 | 0 | 10110010 | 1100011 | 1001001 |
Color Harmonies of #77FEFA
Complementary color
Monochromatic Colors of #77FEFA
Black with #77FEFA
Text Example
Text Example
White with #77FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FEFA; }
p { color: rgb(119,254,250); }
H1.HeaderClassName
{
color: #77FEFA;
}
.AnyTagClassName
{
color: #77FEFA;
}
</style>
background-color css
<style>
a { background-color: #77FEFA; }
a { background-color: rgb(119,254,250); }
div.DivClassName
{
background-color: #77FEFA;
}
.BgClassName
{
background-color: #77FEFA;
}
</style>
border-color css
<style>
span { border-color: #77FEFA; }
span { border-color: rgb(119,254,250); }
td.TdClassName
{
border-color: #77FEFA;
}
.TagClassName
{
border-color: #77FEFA;
}
</style>