Shades of Baby Blue #65FEED
Tints of Baby Blue #65FEED
RGB
CMYK
RGB Variations
Color information
#65FEED (or 0x65FEED) is known color: Baby Blue. HEX triplet: 65, FE and ED. RGB value is (101,254,237). Sum of RGB (Red+Green+Blue) = 101+254+237=592 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.06% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEED is #9A0112. Grayscale: #CECECE. Windows color (decimal): -10092819 or 15597157. OLE color: 15597157.
HSL color Cylindrical-coordinate representation of color #65FEED: hue angle of 173.33º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEED is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 237 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.00 |
| HSL | 173.33º | 0.99% | 0.7% | - |
| HSV(B) | 173.33º | 0.6% | 1% | - |
| XYZ | 56.09 | 79.76 | 92.56 | - |
| YUV | 206.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 237 | 0.60 | 0 | 0.07 | 0.00 | 173.33 | 0.99 | 0.7 |
| Hex | 65 | FE | ED | 3C | 0 | 7 | 0 | AD | 63 | 46 |
| Octal | 145 | 376 | 355 | 74 | 0 | 7 | 0 | 255 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11101101 | 111100 | 0 | 111 | 0 | 10101101 | 1100011 | 1000110 |
Color Harmonies of #65FEED
Complementary color
Monochromatic Colors of #65FEED
Black with #65FEED
Text Example
Text Example
White with #65FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEED; }
p { color: rgb(101,254,237); }
H1.HeaderClassName
{
color: #65FEED;
}
.AnyTagClassName
{
color: #65FEED;
}
</style>
background-color css
<style>
a { background-color: #65FEED; }
a { background-color: rgb(101,254,237); }
div.DivClassName
{
background-color: #65FEED;
}
.BgClassName
{
background-color: #65FEED;
}
</style>
border-color css
<style>
span { border-color: #65FEED; }
span { border-color: rgb(101,254,237); }
td.TdClassName
{
border-color: #65FEED;
}
.TagClassName
{
border-color: #65FEED;
}
</style>