Shades of Baby Blue #77FFF0
Tints of Baby Blue #77FFF0
RGB
CMYK
RGB Variations
Color information
#77FFF0 (or 0x77FFF0) is known color: Baby Blue. HEX triplet: 77, FF and F0. RGB value is (119,255,240). Sum of RGB (Red+Green+Blue) = 119+255+240=614 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.38% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFF0 is #88000F. Grayscale: #D4D4D4. Windows color (decimal): -8912912 or 15794039. OLE color: 15794039.
HSL color Cylindrical-coordinate representation of color #77FFF0: hue angle of 173.38º 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 #77FFF0 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 240 | - |
| CMYK | 0.53 | 0 | 0.06 | 0 |
| HSL | 173.38º | 1% | 0.73% | - |
| HSV(B) | 173.38º | 0.53% | 1% | - |
| XYZ | 59.1 | 81.73 | 95.1 | - |
| YUV | 212.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 240 | 0.53 | 0 | 0.06 | 0 | 173.38 | 1 | 0.73 |
| Hex | 77 | FF | F0 | 35 | 0 | 6 | 0 | AD | 64 | 49 |
| Octal | 167 | 377 | 360 | 65 | 0 | 6 | 0 | 255 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11110000 | 110101 | 0 | 110 | 0 | 10101101 | 1100100 | 1001001 |
Color Harmonies of #77FFF0
Complementary color
Monochromatic Colors of #77FFF0
Black with #77FFF0
Text Example
Text Example
White with #77FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFF0; }
p { color: rgb(119,255,240); }
H1.HeaderClassName
{
color: #77FFF0;
}
.AnyTagClassName
{
color: #77FFF0;
}
</style>
background-color css
<style>
a { background-color: #77FFF0; }
a { background-color: rgb(119,255,240); }
div.DivClassName
{
background-color: #77FFF0;
}
.BgClassName
{
background-color: #77FFF0;
}
</style>
border-color css
<style>
span { border-color: #77FFF0; }
span { border-color: rgb(119,255,240); }
td.TdClassName
{
border-color: #77FFF0;
}
.TagClassName
{
border-color: #77FFF0;
}
</style>