Shades of Baby Blue #74FFFC
Tints of Baby Blue #74FFFC
RGB
CMYK
RGB Variations
Color information
#74FFFC (or 0x74FFFC) is known color: Baby Blue. HEX triplet: 74, FF and FC. RGB value is (116,255,252). Sum of RGB (Red+Green+Blue) = 116+255+252=623 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.62% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFFC is #8B0003. Grayscale: #D4D4D4. Windows color (decimal): -9109508 or 16580468. OLE color: 16580468.
HSL color Cylindrical-coordinate representation of color #74FFFC: hue angle of 178.71º 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 #74FFFC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 252 | - |
| CMYK | 0.55 | 0 | 0.01 | 0 |
| HSL | 178.71º | 1% | 0.73% | - |
| HSV(B) | 178.71º | 0.55% | 1% | - |
| XYZ | 60.53 | 82.26 | 104.78 | - |
| YUV | 213.1 | 149.95 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 252 | 0.55 | 0 | 0.01 | 0 | 178.71 | 1 | 0.73 |
| Hex | 74 | FF | FC | 37 | 0 | 1 | 0 | B3 | 64 | 49 |
| Octal | 164 | 377 | 374 | 67 | 0 | 1 | 0 | 263 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11111100 | 110111 | 0 | 1 | 0 | 10110011 | 1100100 | 1001001 |
Color Harmonies of #74FFFC
Complementary color
Monochromatic Colors of #74FFFC
Black with #74FFFC
Text Example
Text Example
White with #74FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFFC; }
p { color: rgb(116,255,252); }
H1.HeaderClassName
{
color: #74FFFC;
}
.AnyTagClassName
{
color: #74FFFC;
}
</style>
background-color css
<style>
a { background-color: #74FFFC; }
a { background-color: rgb(116,255,252); }
div.DivClassName
{
background-color: #74FFFC;
}
.BgClassName
{
background-color: #74FFFC;
}
</style>
border-color css
<style>
span { border-color: #74FFFC; }
span { border-color: rgb(116,255,252); }
td.TdClassName
{
border-color: #74FFFC;
}
.TagClassName
{
border-color: #74FFFC;
}
</style>