Shades of Baby Blue #5FFFF2
Tints of Baby Blue #5FFFF2
RGB
CMYK
RGB Variations
Color information
#5FFFF2 (or 0x5FFFF2) is known color: Baby Blue. HEX triplet: 5F, FF and F2. RGB value is (95,255,242). Sum of RGB (Red+Green+Blue) = 95+255+242=592 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.05% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFF2 is #A0000D. Grayscale: #CDCDCD. Windows color (decimal): -10485774 or 15925087. OLE color: 15925087.
HSL color Cylindrical-coordinate representation of color #5FFFF2: hue angle of 175.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFF2 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 242 | - |
| CMYK | 0.63 | 0 | 0.05 | 0 |
| HSL | 175.13º | 1% | 0.69% | - |
| HSV(B) | 175.13º | 0.63% | 1% | - |
| XYZ | 56.51 | 80.36 | 96.54 | - |
| YUV | 205.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 242 | 0.63 | 0 | 0.05 | 0 | 175.13 | 1 | 0.69 |
| Hex | 5F | FF | F2 | 3F | 0 | 5 | 0 | AF | 64 | 45 |
| Octal | 137 | 377 | 362 | 77 | 0 | 5 | 0 | 257 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11110010 | 111111 | 0 | 101 | 0 | 10101111 | 1100100 | 1000101 |
Color Harmonies of #5FFFF2
Complementary color
Monochromatic Colors of #5FFFF2
Black with #5FFFF2
Text Example
Text Example
White with #5FFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFF2; }
p { color: rgb(95,255,242); }
H1.HeaderClassName
{
color: #5FFFF2;
}
.AnyTagClassName
{
color: #5FFFF2;
}
</style>
background-color css
<style>
a { background-color: #5FFFF2; }
a { background-color: rgb(95,255,242); }
div.DivClassName
{
background-color: #5FFFF2;
}
.BgClassName
{
background-color: #5FFFF2;
}
</style>
border-color css
<style>
span { border-color: #5FFFF2; }
span { border-color: rgb(95,255,242); }
td.TdClassName
{
border-color: #5FFFF2;
}
.TagClassName
{
border-color: #5FFFF2;
}
</style>