Shades of Baby Blue #75FDF2
Tints of Baby Blue #75FDF2
RGB
CMYK
RGB Variations
Color information
#75FDF2 (or 0x75FDF2) is known color: Baby Blue. HEX triplet: 75, FD and F2. RGB value is (117,253,242). Sum of RGB (Red+Green+Blue) = 117+253+242=612 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.12% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FDF2 is #8A020D. Grayscale: #D2D2D2. Windows color (decimal): -9044494 or 15924597. OLE color: 15924597.
HSL color Cylindrical-coordinate representation of color #75FDF2: hue angle of 175.15º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDF2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 242 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.01 |
| HSL | 175.15º | 0.97% | 0.73% | - |
| HSV(B) | 175.15º | 0.54% | 0.99% | - |
| XYZ | 58.49 | 80.44 | 96.45 | - |
| YUV | 211.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 242 | 0.54 | 0 | 0.04 | 0.01 | 175.15 | 0.97 | 0.73 |
| Hex | 75 | FD | F2 | 36 | 0 | 4 | 1 | AF | 61 | 49 |
| Octal | 165 | 375 | 362 | 66 | 0 | 4 | 1 | 257 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11110010 | 110110 | 0 | 100 | 1 | 10101111 | 1100001 | 1001001 |
Color Harmonies of #75FDF2
Complementary color
Monochromatic Colors of #75FDF2
Black with #75FDF2
Text Example
Text Example
White with #75FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDF2; }
p { color: rgb(117,253,242); }
H1.HeaderClassName
{
color: #75FDF2;
}
.AnyTagClassName
{
color: #75FDF2;
}
</style>
background-color css
<style>
a { background-color: #75FDF2; }
a { background-color: rgb(117,253,242); }
div.DivClassName
{
background-color: #75FDF2;
}
.BgClassName
{
background-color: #75FDF2;
}
</style>
border-color css
<style>
span { border-color: #75FDF2; }
span { border-color: rgb(117,253,242); }
td.TdClassName
{
border-color: #75FDF2;
}
.TagClassName
{
border-color: #75FDF2;
}
</style>