Shades of Baby Blue #65FFF0
Tints of Baby Blue #65FFF0
RGB
CMYK
RGB Variations
Color information
#65FFF0 (or 0x65FFF0) is known color: Baby Blue. HEX triplet: 65, FF and F0. RGB value is (101,255,240). Sum of RGB (Red+Green+Blue) = 101+255+240=596 (78% of max value = 765). Red value is 101 (39.84% from 255 or 16.95% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFF0 is #9A000F. Grayscale: #CFCFCF. Windows color (decimal): -10092560 or 15794021. OLE color: 15794021.
HSL color Cylindrical-coordinate representation of color #65FFF0: hue angle of 174.16º 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 #65FFF0 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 240 | - |
| CMYK | 0.60 | 0 | 0.06 | 0 |
| HSL | 174.16º | 1% | 0.7% | - |
| HSV(B) | 174.16º | 0.6% | 1% | - |
| XYZ | 56.86 | 80.58 | 94.99 | - |
| YUV | 207.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 240 | 0.60 | 0 | 0.06 | 0 | 174.16 | 1 | 0.7 |
| Hex | 65 | FF | F0 | 3C | 0 | 6 | 0 | AE | 64 | 46 |
| Octal | 145 | 377 | 360 | 74 | 0 | 6 | 0 | 256 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11110000 | 111100 | 0 | 110 | 0 | 10101110 | 1100100 | 1000110 |
Color Harmonies of #65FFF0
Complementary color
Monochromatic Colors of #65FFF0
Black with #65FFF0
Text Example
Text Example
White with #65FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFF0; }
p { color: rgb(101,255,240); }
H1.HeaderClassName
{
color: #65FFF0;
}
.AnyTagClassName
{
color: #65FFF0;
}
</style>
background-color css
<style>
a { background-color: #65FFF0; }
a { background-color: rgb(101,255,240); }
div.DivClassName
{
background-color: #65FFF0;
}
.BgClassName
{
background-color: #65FFF0;
}
</style>
border-color css
<style>
span { border-color: #65FFF0; }
span { border-color: rgb(101,255,240); }
td.TdClassName
{
border-color: #65FFF0;
}
.TagClassName
{
border-color: #65FFF0;
}
</style>