Shades of Baby Blue #77FDF3
Tints of Baby Blue #77FDF3
RGB
CMYK
RGB Variations
Color information
#77FDF3 (or 0x77FDF3) is known color: Baby Blue. HEX triplet: 77, FD and F3. RGB value is (119,253,243). Sum of RGB (Red+Green+Blue) = 119+253+243=615 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.35% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDF3 is #88020C. Grayscale: #D3D3D3. Windows color (decimal): -8913421 or 15990135. OLE color: 15990135.
HSL color Cylindrical-coordinate representation of color #77FDF3: hue angle of 175.52º 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 #77FDF3 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 243 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.01 |
| HSL | 175.52º | 0.97% | 0.73% | - |
| HSV(B) | 175.52º | 0.53% | 0.99% | - |
| XYZ | 58.91 | 80.64 | 97.25 | - |
| YUV | 211.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 243 | 0.53 | 0 | 0.04 | 0.01 | 175.52 | 0.97 | 0.73 |
| Hex | 77 | FD | F3 | 35 | 0 | 4 | 1 | B0 | 61 | 49 |
| Octal | 167 | 375 | 363 | 65 | 0 | 4 | 1 | 260 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11110011 | 110101 | 0 | 100 | 1 | 10110000 | 1100001 | 1001001 |
Color Harmonies of #77FDF3
Complementary color
Monochromatic Colors of #77FDF3
Black with #77FDF3
Text Example
Text Example
White with #77FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDF3; }
p { color: rgb(119,253,243); }
H1.HeaderClassName
{
color: #77FDF3;
}
.AnyTagClassName
{
color: #77FDF3;
}
</style>
background-color css
<style>
a { background-color: #77FDF3; }
a { background-color: rgb(119,253,243); }
div.DivClassName
{
background-color: #77FDF3;
}
.BgClassName
{
background-color: #77FDF3;
}
</style>
border-color css
<style>
span { border-color: #77FDF3; }
span { border-color: rgb(119,253,243); }
td.TdClassName
{
border-color: #77FDF3;
}
.TagClassName
{
border-color: #77FDF3;
}
</style>