Shades of Baby Blue #65FDE5
Tints of Baby Blue #65FDE5
RGB
CMYK
RGB Variations
Color information
#65FDE5 (or 0x65FDE5) is known color: Baby Blue. HEX triplet: 65, FD and E5. RGB value is (101,253,229). Sum of RGB (Red+Green+Blue) = 101+253+229=583 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.32% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDE5 is #9A021A. Grayscale: #CCCCCC. Windows color (decimal): -10093083 or 15072613. OLE color: 15072613.
HSL color Cylindrical-coordinate representation of color #65FDE5: hue angle of 170.53º 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 #65FDE5 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 229 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.01 |
| HSL | 170.53º | 0.97% | 0.69% | - |
| HSV(B) | 170.53º | 0.6% | 0.99% | - |
| XYZ | 54.63 | 78.67 | 86.43 | - |
| YUV | 204.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 229 | 0.60 | 0 | 0.09 | 0.01 | 170.53 | 0.97 | 0.69 |
| Hex | 65 | FD | E5 | 3C | 0 | 9 | 1 | AB | 61 | 45 |
| Octal | 145 | 375 | 345 | 74 | 0 | 11 | 1 | 253 | 141 | 105 |
| Binary | 1100101 | 11111101 | 11100101 | 111100 | 0 | 1001 | 1 | 10101011 | 1100001 | 1000101 |
Color Harmonies of #65FDE5
Complementary color
Monochromatic Colors of #65FDE5
Black with #65FDE5
Text Example
Text Example
White with #65FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDE5; }
p { color: rgb(101,253,229); }
H1.HeaderClassName
{
color: #65FDE5;
}
.AnyTagClassName
{
color: #65FDE5;
}
</style>
background-color css
<style>
a { background-color: #65FDE5; }
a { background-color: rgb(101,253,229); }
div.DivClassName
{
background-color: #65FDE5;
}
.BgClassName
{
background-color: #65FDE5;
}
</style>
border-color css
<style>
span { border-color: #65FDE5; }
span { border-color: rgb(101,253,229); }
td.TdClassName
{
border-color: #65FDE5;
}
.TagClassName
{
border-color: #65FDE5;
}
</style>