Shades of Baby Blue #65F5E7
Tints of Baby Blue #65F5E7
RGB
CMYK
RGB Variations
Color information
#65F5E7 (or 0x65F5E7) is known color: Baby Blue. HEX triplet: 65, F5 and E7. RGB value is (101,245,231). Sum of RGB (Red+Green+Blue) = 101+245+231=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F5E7 is #9A0A18. Grayscale: #C8C8C8. Windows color (decimal): -10095129 or 15201637. OLE color: 15201637.
HSL color Cylindrical-coordinate representation of color #65F5E7: hue angle of 174.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F5E7 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 245 | 231 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.04 |
| HSL | 174.17º | 0.88% | 0.68% | - |
| HSV(B) | 174.17º | 0.59% | 0.96% | - |
| XYZ | 52.44 | 73.84 | 87.09 | - |
| YUV | 200.35 | 145.29 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 245 | 231 | 0.59 | 0 | 0.06 | 0.04 | 174.17 | 0.88 | 0.68 |
| Hex | 65 | F5 | E7 | 3B | 0 | 6 | 4 | AE | 58 | 44 |
| Octal | 145 | 365 | 347 | 73 | 0 | 6 | 4 | 256 | 130 | 104 |
| Binary | 1100101 | 11110101 | 11100111 | 111011 | 0 | 110 | 100 | 10101110 | 1011000 | 1000100 |
Color Harmonies of #65F5E7
Complementary color
Monochromatic Colors of #65F5E7
Black with #65F5E7
Text Example
Text Example
White with #65F5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F5E7; }
p { color: rgb(101,245,231); }
H1.HeaderClassName
{
color: #65F5E7;
}
.AnyTagClassName
{
color: #65F5E7;
}
</style>
background-color css
<style>
a { background-color: #65F5E7; }
a { background-color: rgb(101,245,231); }
div.DivClassName
{
background-color: #65F5E7;
}
.BgClassName
{
background-color: #65F5E7;
}
</style>
border-color css
<style>
span { border-color: #65F5E7; }
span { border-color: rgb(101,245,231); }
td.TdClassName
{
border-color: #65F5E7;
}
.TagClassName
{
border-color: #65F5E7;
}
</style>