Shades of Baby Blue #65FFF1
Tints of Baby Blue #65FFF1
RGB
CMYK
RGB Variations
Color information
#65FFF1 (or 0x65FFF1) is known color: Baby Blue. HEX triplet: 65, FF and F1. RGB value is (101,255,241). Sum of RGB (Red+Green+Blue) = 101+255+241=597 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.92% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFF1 is #9A000E. Grayscale: #CFCFCF. Windows color (decimal): -10092559 or 15859557. OLE color: 15859557.
HSL color Cylindrical-coordinate representation of color #65FFF1: hue angle of 174.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFF1 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 241 | - |
| CMYK | 0.60 | 0 | 0.05 | 0 |
| HSL | 174.55º | 1% | 0.7% | - |
| HSV(B) | 174.55º | 0.6% | 1% | - |
| XYZ | 57 | 80.64 | 95.78 | - |
| YUV | 207.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 241 | 0.60 | 0 | 0.05 | 0 | 174.55 | 1 | 0.7 |
| Hex | 65 | FF | F1 | 3C | 0 | 5 | 0 | AF | 64 | 46 |
| Octal | 145 | 377 | 361 | 74 | 0 | 5 | 0 | 257 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11110001 | 111100 | 0 | 101 | 0 | 10101111 | 1100100 | 1000110 |
Color Harmonies of #65FFF1
Complementary color
Monochromatic Colors of #65FFF1
Black with #65FFF1
Text Example
Text Example
White with #65FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFF1; }
p { color: rgb(101,255,241); }
H1.HeaderClassName
{
color: #65FFF1;
}
.AnyTagClassName
{
color: #65FFF1;
}
</style>
background-color css
<style>
a { background-color: #65FFF1; }
a { background-color: rgb(101,255,241); }
div.DivClassName
{
background-color: #65FFF1;
}
.BgClassName
{
background-color: #65FFF1;
}
</style>
border-color css
<style>
span { border-color: #65FFF1; }
span { border-color: rgb(101,255,241); }
td.TdClassName
{
border-color: #65FFF1;
}
.TagClassName
{
border-color: #65FFF1;
}
</style>