Shades of Baby Blue #77FFFF
Tints of Baby Blue #77FFFF
RGB
CMYK
RGB Variations
Color information
#77FFFF (or 0x77FFFF) is known color: Baby Blue. HEX triplet: 77, FF and FF. RGB value is (119,255,255). Sum of RGB (Red+Green+Blue) = 119+255+255=629 (83% of max value = 765). Red value is 119 (46.88% from 255 or 18.92% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #77FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFFF is #880000. Grayscale: #D6D6D6. Windows color (decimal): -8912897 or 16777079. OLE color: 16777079.
HSL color Cylindrical-coordinate representation of color #77FFFF: hue angle of 180º 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 #77FFFF is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 255 | - |
| CMYK | 0.53 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.73% | - |
| HSV(B) | 180º | 0.53% | 1% | - |
| XYZ | 61.42 | 82.66 | 107.33 | - |
| YUV | 214.34 | 150.94 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 255 | 0.53 | 0 | 0 | 0 | 180 | 1 | 0.73 |
| Hex | 77 | FF | FF | 35 | 0 | 0 | 0 | B4 | 64 | 49 |
| Octal | 167 | 377 | 377 | 65 | 0 | 0 | 0 | 264 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11111111 | 110101 | 0 | 0 | 0 | 10110100 | 1100100 | 1001001 |
Color Harmonies of #77FFFF
Complementary color
Monochromatic Colors of #77FFFF
Black with #77FFFF
Text Example
Text Example
White with #77FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFFF; }
p { color: rgb(119,255,255); }
H1.HeaderClassName
{
color: #77FFFF;
}
.AnyTagClassName
{
color: #77FFFF;
}
</style>
background-color css
<style>
a { background-color: #77FFFF; }
a { background-color: rgb(119,255,255); }
div.DivClassName
{
background-color: #77FFFF;
}
.BgClassName
{
background-color: #77FFFF;
}
</style>
border-color css
<style>
span { border-color: #77FFFF; }
span { border-color: rgb(119,255,255); }
td.TdClassName
{
border-color: #77FFFF;
}
.TagClassName
{
border-color: #77FFFF;
}
</style>