Shades of Baby Blue #74FCEF
Tints of Baby Blue #74FCEF
RGB
CMYK
RGB Variations
Color information
#74FCEF (or 0x74FCEF) is known color: Baby Blue. HEX triplet: 74, FC and EF. RGB value is (116,252,239). Sum of RGB (Red+Green+Blue) = 116+252+239=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCEF is #8B0310. Grayscale: #D1D1D1. Windows color (decimal): -9110289 or 15727732. OLE color: 15727732.
HSL color Cylindrical-coordinate representation of color #74FCEF: hue angle of 174.26º 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 #74FCEF is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 239 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.01 |
| HSL | 174.26º | 0.96% | 0.72% | - |
| HSV(B) | 174.26º | 0.54% | 0.99% | - |
| XYZ | 57.59 | 79.57 | 93.98 | - |
| YUV | 209.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 239 | 0.54 | 0 | 0.05 | 0.01 | 174.26 | 0.96 | 0.72 |
| Hex | 74 | FC | EF | 36 | 0 | 5 | 1 | AE | 60 | 48 |
| Octal | 164 | 374 | 357 | 66 | 0 | 5 | 1 | 256 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11101111 | 110110 | 0 | 101 | 1 | 10101110 | 1100000 | 1001000 |
Color Harmonies of #74FCEF
Complementary color
Monochromatic Colors of #74FCEF
Black with #74FCEF
Text Example
Text Example
White with #74FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCEF; }
p { color: rgb(116,252,239); }
H1.HeaderClassName
{
color: #74FCEF;
}
.AnyTagClassName
{
color: #74FCEF;
}
</style>
background-color css
<style>
a { background-color: #74FCEF; }
a { background-color: rgb(116,252,239); }
div.DivClassName
{
background-color: #74FCEF;
}
.BgClassName
{
background-color: #74FCEF;
}
</style>
border-color css
<style>
span { border-color: #74FCEF; }
span { border-color: rgb(116,252,239); }
td.TdClassName
{
border-color: #74FCEF;
}
.TagClassName
{
border-color: #74FCEF;
}
</style>