Shades of Baby Blue #77F9ED
Tints of Baby Blue #77F9ED
RGB
CMYK
RGB Variations
Color information
#77F9ED (or 0x77F9ED) is known color: Baby Blue. HEX triplet: 77, F9 and ED. RGB value is (119,249,237). Sum of RGB (Red+Green+Blue) = 119+249+237=605 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.67% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F9ED is #880612. Grayscale: #D0D0D0. Windows color (decimal): -8914451 or 15595895. OLE color: 15595895.
HSL color Cylindrical-coordinate representation of color #77F9ED: hue angle of 174.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9ED is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 249 | 237 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.02 |
| HSL | 174.46º | 0.92% | 0.72% | - |
| HSV(B) | 174.46º | 0.52% | 0.98% | - |
| XYZ | 56.77 | 77.79 | 92.14 | - |
| YUV | 208.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 249 | 237 | 0.52 | 0 | 0.05 | 0.02 | 174.46 | 0.92 | 0.72 |
| Hex | 77 | F9 | ED | 34 | 0 | 5 | 2 | AE | 5C | 48 |
| Octal | 167 | 371 | 355 | 64 | 0 | 5 | 2 | 256 | 134 | 110 |
| Binary | 1110111 | 11111001 | 11101101 | 110100 | 0 | 101 | 10 | 10101110 | 1011100 | 1001000 |
Color Harmonies of #77F9ED
Complementary color
Monochromatic Colors of #77F9ED
Black with #77F9ED
Text Example
Text Example
White with #77F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F9ED; }
p { color: rgb(119,249,237); }
H1.HeaderClassName
{
color: #77F9ED;
}
.AnyTagClassName
{
color: #77F9ED;
}
</style>
background-color css
<style>
a { background-color: #77F9ED; }
a { background-color: rgb(119,249,237); }
div.DivClassName
{
background-color: #77F9ED;
}
.BgClassName
{
background-color: #77F9ED;
}
</style>
border-color css
<style>
span { border-color: #77F9ED; }
span { border-color: rgb(119,249,237); }
td.TdClassName
{
border-color: #77F9ED;
}
.TagClassName
{
border-color: #77F9ED;
}
</style>