Shades of Baby Blue #74FFF8
Tints of Baby Blue #74FFF8
RGB
CMYK
RGB Variations
Color information
#74FFF8 (or 0x74FFF8) is known color: Baby Blue. HEX triplet: 74, FF and F8. RGB value is (116,255,248). Sum of RGB (Red+Green+Blue) = 116+255+248=619 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.74% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFF8 is #8B0007. Grayscale: #D4D4D4. Windows color (decimal): -9109512 or 16318324. OLE color: 16318324.
HSL color Cylindrical-coordinate representation of color #74FFF8: hue angle of 176.98º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFF8 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 248 | - |
| CMYK | 0.55 | 0 | 0.03 | 0 |
| HSL | 176.98º | 1% | 0.73% | - |
| HSV(B) | 176.98º | 0.55% | 1% | - |
| XYZ | 59.91 | 82.01 | 101.48 | - |
| YUV | 212.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 248 | 0.55 | 0 | 0.03 | 0 | 176.98 | 1 | 0.73 |
| Hex | 74 | FF | F8 | 37 | 0 | 3 | 0 | B1 | 64 | 49 |
| Octal | 164 | 377 | 370 | 67 | 0 | 3 | 0 | 261 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11111000 | 110111 | 0 | 11 | 0 | 10110001 | 1100100 | 1001001 |
Color Harmonies of #74FFF8
Complementary color
Monochromatic Colors of #74FFF8
Black with #74FFF8
Text Example
Text Example
White with #74FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFF8; }
p { color: rgb(116,255,248); }
H1.HeaderClassName
{
color: #74FFF8;
}
.AnyTagClassName
{
color: #74FFF8;
}
</style>
background-color css
<style>
a { background-color: #74FFF8; }
a { background-color: rgb(116,255,248); }
div.DivClassName
{
background-color: #74FFF8;
}
.BgClassName
{
background-color: #74FFF8;
}
</style>
border-color css
<style>
span { border-color: #74FFF8; }
span { border-color: rgb(116,255,248); }
td.TdClassName
{
border-color: #74FFF8;
}
.TagClassName
{
border-color: #74FFF8;
}
</style>