Shades of Baby Blue #65FEE6
Tints of Baby Blue #65FEE6
RGB
CMYK
RGB Variations
Color information
#65FEE6 (or 0x65FEE6) is known color: Baby Blue. HEX triplet: 65, FE and E6. RGB value is (101,254,230). Sum of RGB (Red+Green+Blue) = 101+254+230=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEE6 is #9A0119. Grayscale: #CDCDCD. Windows color (decimal): -10092826 or 15138405. OLE color: 15138405.
HSL color Cylindrical-coordinate representation of color #65FEE6: hue angle of 170.59º 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 #65FEE6 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 230 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.00 |
| HSL | 170.59º | 0.99% | 0.7% | - |
| HSV(B) | 170.59º | 0.6% | 1% | - |
| XYZ | 55.09 | 79.36 | 87.28 | - |
| YUV | 205.52 | 141.81 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 230 | 0.60 | 0 | 0.09 | 0.00 | 170.59 | 0.99 | 0.7 |
| Hex | 65 | FE | E6 | 3C | 0 | 9 | 0 | AB | 63 | 46 |
| Octal | 145 | 376 | 346 | 74 | 0 | 11 | 0 | 253 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11100110 | 111100 | 0 | 1001 | 0 | 10101011 | 1100011 | 1000110 |
Color Harmonies of #65FEE6
Complementary color
Monochromatic Colors of #65FEE6
Black with #65FEE6
Text Example
Text Example
White with #65FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEE6; }
p { color: rgb(101,254,230); }
H1.HeaderClassName
{
color: #65FEE6;
}
.AnyTagClassName
{
color: #65FEE6;
}
</style>
background-color css
<style>
a { background-color: #65FEE6; }
a { background-color: rgb(101,254,230); }
div.DivClassName
{
background-color: #65FEE6;
}
.BgClassName
{
background-color: #65FEE6;
}
</style>
border-color css
<style>
span { border-color: #65FEE6; }
span { border-color: rgb(101,254,230); }
td.TdClassName
{
border-color: #65FEE6;
}
.TagClassName
{
border-color: #65FEE6;
}
</style>