Shades of Baby Blue #74FCEE
Tints of Baby Blue #74FCEE
RGB
CMYK
RGB Variations
Color information
#74FCEE (or 0x74FCEE) is known color: Baby Blue. HEX triplet: 74, FC and EE. RGB value is (116,252,238). Sum of RGB (Red+Green+Blue) = 116+252+238=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCEE is #8B0311. Grayscale: #D1D1D1. Windows color (decimal): -9110290 or 15662196. OLE color: 15662196.
HSL color Cylindrical-coordinate representation of color #74FCEE: hue angle of 173.82º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCEE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 238 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.01 |
| HSL | 173.82º | 0.96% | 0.72% | - |
| HSV(B) | 173.82º | 0.54% | 0.99% | - |
| XYZ | 57.45 | 79.51 | 93.21 | - |
| YUV | 209.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 238 | 0.54 | 0 | 0.06 | 0.01 | 173.82 | 0.96 | 0.72 |
| Hex | 74 | FC | EE | 36 | 0 | 6 | 1 | AE | 60 | 48 |
| Octal | 164 | 374 | 356 | 66 | 0 | 6 | 1 | 256 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11101110 | 110110 | 0 | 110 | 1 | 10101110 | 1100000 | 1001000 |
Color Harmonies of #74FCEE
Complementary color
Monochromatic Colors of #74FCEE
Black with #74FCEE
Text Example
Text Example
White with #74FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCEE; }
p { color: rgb(116,252,238); }
H1.HeaderClassName
{
color: #74FCEE;
}
.AnyTagClassName
{
color: #74FCEE;
}
</style>
background-color css
<style>
a { background-color: #74FCEE; }
a { background-color: rgb(116,252,238); }
div.DivClassName
{
background-color: #74FCEE;
}
.BgClassName
{
background-color: #74FCEE;
}
</style>
border-color css
<style>
span { border-color: #74FCEE; }
span { border-color: rgb(116,252,238); }
td.TdClassName
{
border-color: #74FCEE;
}
.TagClassName
{
border-color: #74FCEE;
}
</style>