Shades of Baby Blue #77FDED
Tints of Baby Blue #77FDED
RGB
CMYK
RGB Variations
Color information
#77FDED (or 0x77FDED) is known color: Baby Blue. HEX triplet: 77, FD and ED. RGB value is (119,253,237). Sum of RGB (Red+Green+Blue) = 119+253+237=609 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.54% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDED is #880212. Grayscale: #D3D3D3. Windows color (decimal): -8913427 or 15596919. OLE color: 15596919.
HSL color Cylindrical-coordinate representation of color #77FDED: hue angle of 172.84º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDED is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 237 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.01 |
| HSL | 172.84º | 0.97% | 0.73% | - |
| HSV(B) | 172.84º | 0.53% | 0.99% | - |
| XYZ | 58.02 | 80.29 | 92.56 | - |
| YUV | 211.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 237 | 0.53 | 0 | 0.06 | 0.01 | 172.84 | 0.97 | 0.73 |
| Hex | 77 | FD | ED | 35 | 0 | 6 | 1 | AD | 61 | 49 |
| Octal | 167 | 375 | 355 | 65 | 0 | 6 | 1 | 255 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11101101 | 110101 | 0 | 110 | 1 | 10101101 | 1100001 | 1001001 |
Color Harmonies of #77FDED
Complementary color
Monochromatic Colors of #77FDED
Black with #77FDED
Text Example
Text Example
White with #77FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDED; }
p { color: rgb(119,253,237); }
H1.HeaderClassName
{
color: #77FDED;
}
.AnyTagClassName
{
color: #77FDED;
}
</style>
background-color css
<style>
a { background-color: #77FDED; }
a { background-color: rgb(119,253,237); }
div.DivClassName
{
background-color: #77FDED;
}
.BgClassName
{
background-color: #77FDED;
}
</style>
border-color css
<style>
span { border-color: #77FDED; }
span { border-color: rgb(119,253,237); }
td.TdClassName
{
border-color: #77FDED;
}
.TagClassName
{
border-color: #77FDED;
}
</style>