Shades of Baby Blue #71FEF3
Tints of Baby Blue #71FEF3
RGB
CMYK
RGB Variations
Color information
#71FEF3 (or 0x71FEF3) is known color: Baby Blue. HEX triplet: 71, FE and F3. RGB value is (113,254,243). Sum of RGB (Red+Green+Blue) = 113+254+243=610 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.52% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FEF3 is #8E010C. Grayscale: #D2D2D2. Windows color (decimal): -9306381 or 15990385. OLE color: 15990385.
HSL color Cylindrical-coordinate representation of color #71FEF3: hue angle of 175.32º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FEF3 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 243 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.00 |
| HSL | 175.32º | 0.99% | 0.72% | - |
| HSV(B) | 175.32º | 0.56% | 1% | - |
| XYZ | 58.43 | 80.87 | 97.32 | - |
| YUV | 210.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 243 | 0.56 | 0 | 0.04 | 0.00 | 175.32 | 0.99 | 0.72 |
| Hex | 71 | FE | F3 | 38 | 0 | 4 | 0 | AF | 63 | 48 |
| Octal | 161 | 376 | 363 | 70 | 0 | 4 | 0 | 257 | 143 | 110 |
| Binary | 1110001 | 11111110 | 11110011 | 111000 | 0 | 100 | 0 | 10101111 | 1100011 | 1001000 |
Color Harmonies of #71FEF3
Complementary color
Monochromatic Colors of #71FEF3
Black with #71FEF3
Text Example
Text Example
White with #71FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FEF3; }
p { color: rgb(113,254,243); }
H1.HeaderClassName
{
color: #71FEF3;
}
.AnyTagClassName
{
color: #71FEF3;
}
</style>
background-color css
<style>
a { background-color: #71FEF3; }
a { background-color: rgb(113,254,243); }
div.DivClassName
{
background-color: #71FEF3;
}
.BgClassName
{
background-color: #71FEF3;
}
</style>
border-color css
<style>
span { border-color: #71FEF3; }
span { border-color: rgb(113,254,243); }
td.TdClassName
{
border-color: #71FEF3;
}
.TagClassName
{
border-color: #71FEF3;
}
</style>