Shades of Baby Blue #75FFFF
Tints of Baby Blue #75FFFF
RGB
CMYK
RGB Variations
Color information
#75FFFF (or 0x75FFFF) is known color: Baby Blue. HEX triplet: 75, FF and FF. RGB value is (117,255,255). Sum of RGB (Red+Green+Blue) = 117+255+255=627 (83% of max value = 765). Red value is 117 (46.09% from 255 or 18.66% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #75FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFFF is #8A0000. Grayscale: #D5D5D5. Windows color (decimal): -9043969 or 16777077. OLE color: 16777077.
HSL color Cylindrical-coordinate representation of color #75FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFFF is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 255 | - |
| CMYK | 0.54 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.73% | - |
| HSV(B) | 180º | 0.54% | 1% | - |
| XYZ | 61.15 | 82.52 | 107.31 | - |
| YUV | 213.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 255 | 0.54 | 0 | 0 | 0 | 180 | 1 | 0.73 |
| Hex | 75 | FF | FF | 36 | 0 | 0 | 0 | B4 | 64 | 49 |
| Octal | 165 | 377 | 377 | 66 | 0 | 0 | 0 | 264 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11111111 | 110110 | 0 | 0 | 0 | 10110100 | 1100100 | 1001001 |
Color Harmonies of #75FFFF
Complementary color
Monochromatic Colors of #75FFFF
Black with #75FFFF
Text Example
Text Example
White with #75FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFFF; }
p { color: rgb(117,255,255); }
H1.HeaderClassName
{
color: #75FFFF;
}
.AnyTagClassName
{
color: #75FFFF;
}
</style>
background-color css
<style>
a { background-color: #75FFFF; }
a { background-color: rgb(117,255,255); }
div.DivClassName
{
background-color: #75FFFF;
}
.BgClassName
{
background-color: #75FFFF;
}
</style>
border-color css
<style>
span { border-color: #75FFFF; }
span { border-color: rgb(117,255,255); }
td.TdClassName
{
border-color: #75FFFF;
}
.TagClassName
{
border-color: #75FFFF;
}
</style>