Shades of Baby Blue #75FEFE
Tints of Baby Blue #75FEFE
RGB
CMYK
RGB Variations
Color information
#75FEFE (or 0x75FEFE) is known color: Baby Blue. HEX triplet: 75, FE and FE. RGB value is (117,254,254). Sum of RGB (Red+Green+Blue) = 117+254+254=625 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.72% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #75FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEFE is #8A0101. Grayscale: #D4D4D4. Windows color (decimal): -9044226 or 16711285. OLE color: 16711285.
HSL color Cylindrical-coordinate representation of color #75FEFE: hue angle of 180º 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 #75FEFE is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 254 | - |
| CMYK | 0.54 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.73% | - |
| HSV(B) | 180º | 0.54% | 1% | - |
| XYZ | 60.67 | 81.82 | 106.36 | - |
| YUV | 213.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 254 | 0.54 | 0 | 0 | 0.00 | 180 | 0.99 | 0.73 |
| Hex | 75 | FE | FE | 36 | 0 | 0 | 0 | B4 | 63 | 49 |
| Octal | 165 | 376 | 376 | 66 | 0 | 0 | 0 | 264 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11111110 | 110110 | 0 | 0 | 0 | 10110100 | 1100011 | 1001001 |
Color Harmonies of #75FEFE
Complementary color
Monochromatic Colors of #75FEFE
Black with #75FEFE
Text Example
Text Example
White with #75FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEFE; }
p { color: rgb(117,254,254); }
H1.HeaderClassName
{
color: #75FEFE;
}
.AnyTagClassName
{
color: #75FEFE;
}
</style>
background-color css
<style>
a { background-color: #75FEFE; }
a { background-color: rgb(117,254,254); }
div.DivClassName
{
background-color: #75FEFE;
}
.BgClassName
{
background-color: #75FEFE;
}
</style>
border-color css
<style>
span { border-color: #75FEFE; }
span { border-color: rgb(117,254,254); }
td.TdClassName
{
border-color: #75FEFE;
}
.TagClassName
{
border-color: #75FEFE;
}
</style>