Shades of Baby Blue #77FBF2
Tints of Baby Blue #77FBF2
RGB
CMYK
RGB Variations
Color information
#77FBF2 (or 0x77FBF2) is known color: Baby Blue. HEX triplet: 77, FB and F2. RGB value is (119,251,242). Sum of RGB (Red+Green+Blue) = 119+251+242=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FBF2 is #88040D. Grayscale: #D2D2D2. Windows color (decimal): -8913934 or 15924087. OLE color: 15924087.
HSL color Cylindrical-coordinate representation of color #77FBF2: hue angle of 175.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBF2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 242 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.02 |
| HSL | 175.91º | 0.94% | 0.73% | - |
| HSV(B) | 175.91º | 0.53% | 0.98% | - |
| XYZ | 58.13 | 79.33 | 96.25 | - |
| YUV | 210.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 242 | 0.53 | 0 | 0.04 | 0.02 | 175.91 | 0.94 | 0.73 |
| Hex | 77 | FB | F2 | 35 | 0 | 4 | 2 | B0 | 5E | 49 |
| Octal | 167 | 373 | 362 | 65 | 0 | 4 | 2 | 260 | 136 | 111 |
| Binary | 1110111 | 11111011 | 11110010 | 110101 | 0 | 100 | 10 | 10110000 | 1011110 | 1001001 |
Color Harmonies of #77FBF2
Complementary color
Monochromatic Colors of #77FBF2
Black with #77FBF2
Text Example
Text Example
White with #77FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBF2; }
p { color: rgb(119,251,242); }
H1.HeaderClassName
{
color: #77FBF2;
}
.AnyTagClassName
{
color: #77FBF2;
}
</style>
background-color css
<style>
a { background-color: #77FBF2; }
a { background-color: rgb(119,251,242); }
div.DivClassName
{
background-color: #77FBF2;
}
.BgClassName
{
background-color: #77FBF2;
}
</style>
border-color css
<style>
span { border-color: #77FBF2; }
span { border-color: rgb(119,251,242); }
td.TdClassName
{
border-color: #77FBF2;
}
.TagClassName
{
border-color: #77FBF2;
}
</style>