Shades of Baby Blue #74FDFB
Tints of Baby Blue #74FDFB
RGB
CMYK
RGB Variations
Color information
#74FDFB (or 0x74FDFB) is known color: Baby Blue. HEX triplet: 74, FD and FB. RGB value is (116,253,251). Sum of RGB (Red+Green+Blue) = 116+253+251=620 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.71% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDFB is #8B0204. Grayscale: #D3D3D3. Windows color (decimal): -9110021 or 16514420. OLE color: 16514420.
HSL color Cylindrical-coordinate representation of color #74FDFB: hue angle of 179.12º 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 #74FDFB is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 251 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.01 |
| HSL | 179.12º | 0.97% | 0.72% | - |
| HSV(B) | 179.12º | 0.54% | 0.99% | - |
| XYZ | 59.74 | 80.93 | 103.74 | - |
| YUV | 211.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 251 | 0.54 | 0 | 0.01 | 0.01 | 179.12 | 0.97 | 0.72 |
| Hex | 74 | FD | FB | 36 | 0 | 1 | 1 | B3 | 61 | 48 |
| Octal | 164 | 375 | 373 | 66 | 0 | 1 | 1 | 263 | 141 | 110 |
| Binary | 1110100 | 11111101 | 11111011 | 110110 | 0 | 1 | 1 | 10110011 | 1100001 | 1001000 |
Color Harmonies of #74FDFB
Complementary color
Monochromatic Colors of #74FDFB
Black with #74FDFB
Text Example
Text Example
White with #74FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FDFB; }
p { color: rgb(116,253,251); }
H1.HeaderClassName
{
color: #74FDFB;
}
.AnyTagClassName
{
color: #74FDFB;
}
</style>
background-color css
<style>
a { background-color: #74FDFB; }
a { background-color: rgb(116,253,251); }
div.DivClassName
{
background-color: #74FDFB;
}
.BgClassName
{
background-color: #74FDFB;
}
</style>
border-color css
<style>
span { border-color: #74FDFB; }
span { border-color: rgb(116,253,251); }
td.TdClassName
{
border-color: #74FDFB;
}
.TagClassName
{
border-color: #74FDFB;
}
</style>