Shades of Baby Blue #65FFF7
Tints of Baby Blue #65FFF7
RGB
CMYK
RGB Variations
Color information
#65FFF7 (or 0x65FFF7) is known color: Baby Blue. HEX triplet: 65, FF and F7. RGB value is (101,255,247). Sum of RGB (Red+Green+Blue) = 101+255+247=603 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.75% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFF7 is #9A0008. Grayscale: #CFCFCF. Windows color (decimal): -10092553 or 16252773. OLE color: 16252773.
HSL color Cylindrical-coordinate representation of color #65FFF7: hue angle of 176.88º 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 #65FFF7 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 247 | - |
| CMYK | 0.60 | 0 | 0.03 | 0 |
| HSL | 176.88º | 1% | 0.7% | - |
| HSV(B) | 176.88º | 0.6% | 1% | - |
| XYZ | 57.92 | 81 | 100.58 | - |
| YUV | 208.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 247 | 0.60 | 0 | 0.03 | 0 | 176.88 | 1 | 0.7 |
| Hex | 65 | FF | F7 | 3C | 0 | 3 | 0 | B1 | 64 | 46 |
| Octal | 145 | 377 | 367 | 74 | 0 | 3 | 0 | 261 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11110111 | 111100 | 0 | 11 | 0 | 10110001 | 1100100 | 1000110 |
Color Harmonies of #65FFF7
Complementary color
Monochromatic Colors of #65FFF7
Black with #65FFF7
Text Example
Text Example
White with #65FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFF7; }
p { color: rgb(101,255,247); }
H1.HeaderClassName
{
color: #65FFF7;
}
.AnyTagClassName
{
color: #65FFF7;
}
</style>
background-color css
<style>
a { background-color: #65FFF7; }
a { background-color: rgb(101,255,247); }
div.DivClassName
{
background-color: #65FFF7;
}
.BgClassName
{
background-color: #65FFF7;
}
</style>
border-color css
<style>
span { border-color: #65FFF7; }
span { border-color: rgb(101,255,247); }
td.TdClassName
{
border-color: #65FFF7;
}
.TagClassName
{
border-color: #65FFF7;
}
</style>