Shades of Baby Blue #74FDEE
Tints of Baby Blue #74FDEE
RGB
CMYK
RGB Variations
Color information
#74FDEE (or 0x74FDEE) is known color: Baby Blue. HEX triplet: 74, FD and EE. RGB value is (116,253,238). Sum of RGB (Red+Green+Blue) = 116+253+238=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDEE is #8B0211. Grayscale: #D2D2D2. Windows color (decimal): -9110034 or 15662452. OLE color: 15662452.
HSL color Cylindrical-coordinate representation of color #74FDEE: hue angle of 173.43º degrees, saturation: 0.97, 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 #74FDEE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 238 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.01 |
| HSL | 173.43º | 0.97% | 0.72% | - |
| HSV(B) | 173.43º | 0.54% | 0.99% | - |
| XYZ | 57.76 | 80.14 | 93.31 | - |
| YUV | 210.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 238 | 0.54 | 0 | 0.06 | 0.01 | 173.43 | 0.97 | 0.72 |
| Hex | 74 | FD | EE | 36 | 0 | 6 | 1 | AD | 61 | 48 |
| Octal | 164 | 375 | 356 | 66 | 0 | 6 | 1 | 255 | 141 | 110 |
| Binary | 1110100 | 11111101 | 11101110 | 110110 | 0 | 110 | 1 | 10101101 | 1100001 | 1001000 |
Color Harmonies of #74FDEE
Complementary color
Monochromatic Colors of #74FDEE
Black with #74FDEE
Text Example
Text Example
White with #74FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FDEE; }
p { color: rgb(116,253,238); }
H1.HeaderClassName
{
color: #74FDEE;
}
.AnyTagClassName
{
color: #74FDEE;
}
</style>
background-color css
<style>
a { background-color: #74FDEE; }
a { background-color: rgb(116,253,238); }
div.DivClassName
{
background-color: #74FDEE;
}
.BgClassName
{
background-color: #74FDEE;
}
</style>
border-color css
<style>
span { border-color: #74FDEE; }
span { border-color: rgb(116,253,238); }
td.TdClassName
{
border-color: #74FDEE;
}
.TagClassName
{
border-color: #74FDEE;
}
</style>