Shades of Baby Blue #65FDF0
Tints of Baby Blue #65FDF0
RGB
CMYK
RGB Variations
Color information
#65FDF0 (or 0x65FDF0) is known color: Baby Blue. HEX triplet: 65, FD and F0. RGB value is (101,253,240). Sum of RGB (Red+Green+Blue) = 101+253+240=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FDF0 is #9A020F. Grayscale: #CDCDCD. Windows color (decimal): -10093072 or 15793509. OLE color: 15793509.
HSL color Cylindrical-coordinate representation of color #65FDF0: hue angle of 174.87º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDF0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 240 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.01 |
| HSL | 174.87º | 0.97% | 0.69% | - |
| HSV(B) | 174.87º | 0.6% | 0.99% | - |
| XYZ | 56.22 | 79.31 | 94.78 | - |
| YUV | 206.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 240 | 0.60 | 0 | 0.05 | 0.01 | 174.87 | 0.97 | 0.69 |
| Hex | 65 | FD | F0 | 3C | 0 | 5 | 1 | AF | 61 | 45 |
| Octal | 145 | 375 | 360 | 74 | 0 | 5 | 1 | 257 | 141 | 105 |
| Binary | 1100101 | 11111101 | 11110000 | 111100 | 0 | 101 | 1 | 10101111 | 1100001 | 1000101 |
Color Harmonies of #65FDF0
Complementary color
Monochromatic Colors of #65FDF0
Black with #65FDF0
Text Example
Text Example
White with #65FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDF0; }
p { color: rgb(101,253,240); }
H1.HeaderClassName
{
color: #65FDF0;
}
.AnyTagClassName
{
color: #65FDF0;
}
</style>
background-color css
<style>
a { background-color: #65FDF0; }
a { background-color: rgb(101,253,240); }
div.DivClassName
{
background-color: #65FDF0;
}
.BgClassName
{
background-color: #65FDF0;
}
</style>
border-color css
<style>
span { border-color: #65FDF0; }
span { border-color: rgb(101,253,240); }
td.TdClassName
{
border-color: #65FDF0;
}
.TagClassName
{
border-color: #65FDF0;
}
</style>