Shades of Baby Blue #65FDED
Tints of Baby Blue #65FDED
RGB
CMYK
RGB Variations
Color information
#65FDED (or 0x65FDED) is known color: Baby Blue. HEX triplet: 65, FD and ED. RGB value is (101,253,237). Sum of RGB (Red+Green+Blue) = 101+253+237=591 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.09% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FDED is #9A0212. Grayscale: #CDCDCD. Windows color (decimal): -10093075 or 15596901. OLE color: 15596901.
HSL color Cylindrical-coordinate representation of color #65FDED: hue angle of 173.68º 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 #65FDED is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 237 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.01 |
| HSL | 173.68º | 0.97% | 0.69% | - |
| HSV(B) | 173.68º | 0.6% | 0.99% | - |
| XYZ | 55.78 | 79.13 | 92.45 | - |
| YUV | 205.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 237 | 0.60 | 0 | 0.06 | 0.01 | 173.68 | 0.97 | 0.69 |
| Hex | 65 | FD | ED | 3C | 0 | 6 | 1 | AE | 61 | 45 |
| Octal | 145 | 375 | 355 | 74 | 0 | 6 | 1 | 256 | 141 | 105 |
| Binary | 1100101 | 11111101 | 11101101 | 111100 | 0 | 110 | 1 | 10101110 | 1100001 | 1000101 |
Color Harmonies of #65FDED
Complementary color
Monochromatic Colors of #65FDED
Black with #65FDED
Text Example
Text Example
White with #65FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDED; }
p { color: rgb(101,253,237); }
H1.HeaderClassName
{
color: #65FDED;
}
.AnyTagClassName
{
color: #65FDED;
}
</style>
background-color css
<style>
a { background-color: #65FDED; }
a { background-color: rgb(101,253,237); }
div.DivClassName
{
background-color: #65FDED;
}
.BgClassName
{
background-color: #65FDED;
}
</style>
border-color css
<style>
span { border-color: #65FDED; }
span { border-color: rgb(101,253,237); }
td.TdClassName
{
border-color: #65FDED;
}
.TagClassName
{
border-color: #65FDED;
}
</style>