Shades of Baby Blue #65FEF6
Tints of Baby Blue #65FEF6
RGB
CMYK
RGB Variations
Color information
#65FEF6 (or 0x65FEF6) is known color: Baby Blue. HEX triplet: 65, FE and F6. RGB value is (101,254,246). Sum of RGB (Red+Green+Blue) = 101+254+246=601 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.81% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEF6 is #9A0109. Grayscale: #CFCFCF. Windows color (decimal): -10092810 or 16186981. OLE color: 16186981.
HSL color Cylindrical-coordinate representation of color #65FEF6: hue angle of 176.86º 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 #65FEF6 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 246 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.00 |
| HSL | 176.86º | 0.99% | 0.7% | - |
| HSV(B) | 176.86º | 0.6% | 1% | - |
| XYZ | 57.44 | 80.3 | 99.66 | - |
| YUV | 207.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 246 | 0.60 | 0 | 0.03 | 0.00 | 176.86 | 0.99 | 0.7 |
| Hex | 65 | FE | F6 | 3C | 0 | 3 | 0 | B1 | 63 | 46 |
| Octal | 145 | 376 | 366 | 74 | 0 | 3 | 0 | 261 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11110110 | 111100 | 0 | 11 | 0 | 10110001 | 1100011 | 1000110 |
Color Harmonies of #65FEF6
Complementary color
Monochromatic Colors of #65FEF6
Black with #65FEF6
Text Example
Text Example
White with #65FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEF6; }
p { color: rgb(101,254,246); }
H1.HeaderClassName
{
color: #65FEF6;
}
.AnyTagClassName
{
color: #65FEF6;
}
</style>
background-color css
<style>
a { background-color: #65FEF6; }
a { background-color: rgb(101,254,246); }
div.DivClassName
{
background-color: #65FEF6;
}
.BgClassName
{
background-color: #65FEF6;
}
</style>
border-color css
<style>
span { border-color: #65FEF6; }
span { border-color: rgb(101,254,246); }
td.TdClassName
{
border-color: #65FEF6;
}
.TagClassName
{
border-color: #65FEF6;
}
</style>