Shades of Baby Blue #71FEF2
Tints of Baby Blue #71FEF2
RGB
CMYK
RGB Variations
Color information
#71FEF2 (or 0x71FEF2) is known color: Baby Blue. HEX triplet: 71, FE and F2. RGB value is (113,254,242). Sum of RGB (Red+Green+Blue) = 113+254+242=609 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.56% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FEF2 is #8E010D. Grayscale: #D2D2D2. Windows color (decimal): -9306382 or 15924849. OLE color: 15924849.
HSL color Cylindrical-coordinate representation of color #71FEF2: hue angle of 174.89º 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 #71FEF2 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 242 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.00 |
| HSL | 174.89º | 0.99% | 0.72% | - |
| HSV(B) | 174.89º | 0.56% | 1% | - |
| XYZ | 58.28 | 80.81 | 96.53 | - |
| YUV | 210.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 242 | 0.56 | 0 | 0.05 | 0.00 | 174.89 | 0.99 | 0.72 |
| Hex | 71 | FE | F2 | 38 | 0 | 5 | 0 | AF | 63 | 48 |
| Octal | 161 | 376 | 362 | 70 | 0 | 5 | 0 | 257 | 143 | 110 |
| Binary | 1110001 | 11111110 | 11110010 | 111000 | 0 | 101 | 0 | 10101111 | 1100011 | 1001000 |
Color Harmonies of #71FEF2
Complementary color
Monochromatic Colors of #71FEF2
Black with #71FEF2
Text Example
Text Example
White with #71FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FEF2; }
p { color: rgb(113,254,242); }
H1.HeaderClassName
{
color: #71FEF2;
}
.AnyTagClassName
{
color: #71FEF2;
}
</style>
background-color css
<style>
a { background-color: #71FEF2; }
a { background-color: rgb(113,254,242); }
div.DivClassName
{
background-color: #71FEF2;
}
.BgClassName
{
background-color: #71FEF2;
}
</style>
border-color css
<style>
span { border-color: #71FEF2; }
span { border-color: rgb(113,254,242); }
td.TdClassName
{
border-color: #71FEF2;
}
.TagClassName
{
border-color: #71FEF2;
}
</style>