Shades of Baby Blue #74FBFF
Tints of Baby Blue #74FBFF
RGB
CMYK
RGB Variations
Color information
#74FBFF (or 0x74FBFF) is known color: Baby Blue. HEX triplet: 74, FB and FF. RGB value is (116,251,255). Sum of RGB (Red+Green+Blue) = 116+251+255=622 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.65% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #74FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBFF is #8B0400. Grayscale: #D2D2D2. Windows color (decimal): -9110529 or 16776052. OLE color: 16776052.
HSL color Cylindrical-coordinate representation of color #74FBFF: hue angle of 181.73º 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 #74FBFF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 251 | 255 | - |
| CMYK | 0.55 | 0.02 | 0 | 0 |
| HSL | 181.73º | 1% | 0.73% | - |
| HSV(B) | 181.73º | 0.55% | 1% | - |
| XYZ | 59.75 | 79.93 | 106.89 | - |
| YUV | 211.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 255 | 0.55 | 0.02 | 0 | 0 | 181.73 | 1 | 0.73 |
| Hex | 74 | FB | FF | 37 | 2 | 0 | 0 | B6 | 64 | 49 |
| Octal | 164 | 373 | 377 | 67 | 2 | 0 | 0 | 266 | 144 | 111 |
| Binary | 1110100 | 11111011 | 11111111 | 110111 | 10 | 0 | 0 | 10110110 | 1100100 | 1001001 |
Color Harmonies of #74FBFF
Complementary color
Monochromatic Colors of #74FBFF
Black with #74FBFF
Text Example
Text Example
White with #74FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBFF; }
p { color: rgb(116,251,255); }
H1.HeaderClassName
{
color: #74FBFF;
}
.AnyTagClassName
{
color: #74FBFF;
}
</style>
background-color css
<style>
a { background-color: #74FBFF; }
a { background-color: rgb(116,251,255); }
div.DivClassName
{
background-color: #74FBFF;
}
.BgClassName
{
background-color: #74FBFF;
}
</style>
border-color css
<style>
span { border-color: #74FBFF; }
span { border-color: rgb(116,251,255); }
td.TdClassName
{
border-color: #74FBFF;
}
.TagClassName
{
border-color: #74FBFF;
}
</style>