Shades of Baby Blue #77FCEE
Tints of Baby Blue #77FCEE
RGB
CMYK
RGB Variations
Color information
#77FCEE (or 0x77FCEE) is known color: Baby Blue. HEX triplet: 77, FC and EE. RGB value is (119,252,238). Sum of RGB (Red+Green+Blue) = 119+252+238=609 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.54% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCEE is #880311. Grayscale: #D2D2D2. Windows color (decimal): -8913682 or 15662199. OLE color: 15662199.
HSL color Cylindrical-coordinate representation of color #77FCEE: hue angle of 173.68º degrees, saturation: 0.96, 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 #77FCEE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 238 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.01 |
| HSL | 173.68º | 0.96% | 0.73% | - |
| HSV(B) | 173.68º | 0.53% | 0.99% | - |
| XYZ | 57.85 | 79.72 | 93.23 | - |
| YUV | 210.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 238 | 0.53 | 0 | 0.06 | 0.01 | 173.68 | 0.96 | 0.73 |
| Hex | 77 | FC | EE | 35 | 0 | 6 | 1 | AE | 60 | 49 |
| Octal | 167 | 374 | 356 | 65 | 0 | 6 | 1 | 256 | 140 | 111 |
| Binary | 1110111 | 11111100 | 11101110 | 110101 | 0 | 110 | 1 | 10101110 | 1100000 | 1001001 |
Color Harmonies of #77FCEE
Complementary color
Monochromatic Colors of #77FCEE
Black with #77FCEE
Text Example
Text Example
White with #77FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCEE; }
p { color: rgb(119,252,238); }
H1.HeaderClassName
{
color: #77FCEE;
}
.AnyTagClassName
{
color: #77FCEE;
}
</style>
background-color css
<style>
a { background-color: #77FCEE; }
a { background-color: rgb(119,252,238); }
div.DivClassName
{
background-color: #77FCEE;
}
.BgClassName
{
background-color: #77FCEE;
}
</style>
border-color css
<style>
span { border-color: #77FCEE; }
span { border-color: rgb(119,252,238); }
td.TdClassName
{
border-color: #77FCEE;
}
.TagClassName
{
border-color: #77FCEE;
}
</style>