Shades of Fountain Blue #64BDBE
Tints of Fountain Blue #64BDBE
RGB
CMYK
RGB Variations
Color information
#64BDBE (or 0x64BDBE) is known color: Fountain Blue. HEX triplet: 64, BD and BE. RGB value is (100,189,190). Sum of RGB (Red+Green+Blue) = 100+189+190=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #64BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDBE is #9B4241. Grayscale: #A2A2A2. Windows color (decimal): -10175042 or 12500324. OLE color: 12500324.
HSL color Cylindrical-coordinate representation of color #64BDBE: hue angle of 180.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDBE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 189 | 190 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.25 |
| HSL | 180.67º | 0.41% | 0.57% | - |
| HSV(B) | 180.67º | 0.47% | 0.75% | - |
| XYZ | 32.75 | 42.82 | 55.25 | - |
| YUV | 162.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 190 | 0.47 | 0.01 | 0 | 0.25 | 180.67 | 0.41 | 0.57 |
| Hex | 64 | BD | BE | 2F | 1 | 0 | 19 | B5 | 29 | 39 |
| Octal | 144 | 275 | 276 | 57 | 1 | 0 | 31 | 265 | 51 | 71 |
| Binary | 1100100 | 10111101 | 10111110 | 101111 | 1 | 0 | 11001 | 10110101 | 101001 | 111001 |
Color Harmonies of #64BDBE
Complementary color
Monochromatic Colors of #64BDBE
Black with #64BDBE
Text Example
Text Example
White with #64BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDBE; }
p { color: rgb(100,189,190); }
H1.HeaderClassName
{
color: #64BDBE;
}
.AnyTagClassName
{
color: #64BDBE;
}
</style>
background-color css
<style>
a { background-color: #64BDBE; }
a { background-color: rgb(100,189,190); }
div.DivClassName
{
background-color: #64BDBE;
}
.BgClassName
{
background-color: #64BDBE;
}
</style>
border-color css
<style>
span { border-color: #64BDBE; }
span { border-color: rgb(100,189,190); }
td.TdClassName
{
border-color: #64BDBE;
}
.TagClassName
{
border-color: #64BDBE;
}
</style>