Shades of Baby Blue #65F7E6
Tints of Baby Blue #65F7E6
RGB
CMYK
RGB Variations
Color information
#65F7E6 (or 0x65F7E6) is known color: Baby Blue. HEX triplet: 65, F7 and E6. RGB value is (101,247,230). Sum of RGB (Red+Green+Blue) = 101+247+230=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #65F7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F7E6 is #9A0819. Grayscale: #C9C9C9. Windows color (decimal): -10094618 or 15136613. OLE color: 15136613.
HSL color Cylindrical-coordinate representation of color #65F7E6: hue angle of 173.01º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F7E6 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 247 | 230 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.03 |
| HSL | 173.01º | 0.9% | 0.68% | - |
| HSV(B) | 173.01º | 0.59% | 0.97% | - |
| XYZ | 52.91 | 75 | 86.55 | - |
| YUV | 201.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 247 | 230 | 0.59 | 0 | 0.07 | 0.03 | 173.01 | 0.9 | 0.68 |
| Hex | 65 | F7 | E6 | 3B | 0 | 7 | 3 | AD | 5A | 44 |
| Octal | 145 | 367 | 346 | 73 | 0 | 7 | 3 | 255 | 132 | 104 |
| Binary | 1100101 | 11110111 | 11100110 | 111011 | 0 | 111 | 11 | 10101101 | 1011010 | 1000100 |
Color Harmonies of #65F7E6
Complementary color
Monochromatic Colors of #65F7E6
Black with #65F7E6
Text Example
Text Example
White with #65F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F7E6; }
p { color: rgb(101,247,230); }
H1.HeaderClassName
{
color: #65F7E6;
}
.AnyTagClassName
{
color: #65F7E6;
}
</style>
background-color css
<style>
a { background-color: #65F7E6; }
a { background-color: rgb(101,247,230); }
div.DivClassName
{
background-color: #65F7E6;
}
.BgClassName
{
background-color: #65F7E6;
}
</style>
border-color css
<style>
span { border-color: #65F7E6; }
span { border-color: rgb(101,247,230); }
td.TdClassName
{
border-color: #65F7E6;
}
.TagClassName
{
border-color: #65F7E6;
}
</style>