Shades of Baby Blue #74FEFD
Tints of Baby Blue #74FEFD
RGB
CMYK
RGB Variations
Color information
#74FEFD (or 0x74FEFD) is known color: Baby Blue. HEX triplet: 74, FE and FD. RGB value is (116,254,253). Sum of RGB (Red+Green+Blue) = 116+254+253=623 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.62% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEFD is #8B0102. Grayscale: #D4D4D4. Windows color (decimal): -9109763 or 16645748. OLE color: 16645748.
HSL color Cylindrical-coordinate representation of color #74FEFD: hue angle of 179.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEFD is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 253 | - |
| CMYK | 0.54 | 0 | 0.00 | 0.00 |
| HSL | 179.57º | 0.99% | 0.73% | - |
| HSV(B) | 179.57º | 0.54% | 1% | - |
| XYZ | 60.37 | 81.69 | 105.51 | - |
| YUV | 212.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 253 | 0.54 | 0 | 0.00 | 0.00 | 179.57 | 0.99 | 0.73 |
| Hex | 74 | FE | FD | 36 | 0 | 0 | 0 | B4 | 63 | 49 |
| Octal | 164 | 376 | 375 | 66 | 0 | 0 | 0 | 264 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11111101 | 110110 | 0 | 0 | 0 | 10110100 | 1100011 | 1001001 |
Color Harmonies of #74FEFD
Complementary color
Monochromatic Colors of #74FEFD
Black with #74FEFD
Text Example
Text Example
White with #74FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEFD; }
p { color: rgb(116,254,253); }
H1.HeaderClassName
{
color: #74FEFD;
}
.AnyTagClassName
{
color: #74FEFD;
}
</style>
background-color css
<style>
a { background-color: #74FEFD; }
a { background-color: rgb(116,254,253); }
div.DivClassName
{
background-color: #74FEFD;
}
.BgClassName
{
background-color: #74FEFD;
}
</style>
border-color css
<style>
span { border-color: #74FEFD; }
span { border-color: rgb(116,254,253); }
td.TdClassName
{
border-color: #74FEFD;
}
.TagClassName
{
border-color: #74FEFD;
}
</style>