Shades of Baby Blue #77FFF8
Tints of Baby Blue #77FFF8
RGB
CMYK
RGB Variations
Color information
#77FFF8 (or 0x77FFF8) is known color: Baby Blue. HEX triplet: 77, FF and F8. RGB value is (119,255,248). Sum of RGB (Red+Green+Blue) = 119+255+248=622 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.13% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFF8 is #880007. Grayscale: #D5D5D5. Windows color (decimal): -8912904 or 16318327. OLE color: 16318327.
HSL color Cylindrical-coordinate representation of color #77FFF8: hue angle of 176.91º 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 #77FFF8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 248 | - |
| CMYK | 0.53 | 0 | 0.03 | 0 |
| HSL | 176.91º | 1% | 0.73% | - |
| HSV(B) | 176.91º | 0.53% | 1% | - |
| XYZ | 60.31 | 82.22 | 101.5 | - |
| YUV | 213.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 248 | 0.53 | 0 | 0.03 | 0 | 176.91 | 1 | 0.73 |
| Hex | 77 | FF | F8 | 35 | 0 | 3 | 0 | B1 | 64 | 49 |
| Octal | 167 | 377 | 370 | 65 | 0 | 3 | 0 | 261 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11111000 | 110101 | 0 | 11 | 0 | 10110001 | 1100100 | 1001001 |
Color Harmonies of #77FFF8
Complementary color
Monochromatic Colors of #77FFF8
Black with #77FFF8
Text Example
Text Example
White with #77FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFF8; }
p { color: rgb(119,255,248); }
H1.HeaderClassName
{
color: #77FFF8;
}
.AnyTagClassName
{
color: #77FFF8;
}
</style>
background-color css
<style>
a { background-color: #77FFF8; }
a { background-color: rgb(119,255,248); }
div.DivClassName
{
background-color: #77FFF8;
}
.BgClassName
{
background-color: #77FFF8;
}
</style>
border-color css
<style>
span { border-color: #77FFF8; }
span { border-color: rgb(119,255,248); }
td.TdClassName
{
border-color: #77FFF8;
}
.TagClassName
{
border-color: #77FFF8;
}
</style>