Shades of Fountain Blue #64BDBC
Tints of Fountain Blue #64BDBC
RGB
CMYK
RGB Variations
Color information
#64BDBC (or 0x64BDBC) is known color: Fountain Blue. HEX triplet: 64, BD and BC. RGB value is (100,189,188). Sum of RGB (Red+Green+Blue) = 100+189+188=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDBC is #9B4243. Grayscale: #A2A2A2. Windows color (decimal): -10175044 or 12369252. OLE color: 12369252.
HSL color Cylindrical-coordinate representation of color #64BDBC: hue angle of 179.33º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDBC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 188 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.26 |
| HSL | 179.33º | 0.4% | 0.57% | - |
| HSV(B) | 179.33º | 0.47% | 0.74% | - |
| XYZ | 32.53 | 42.74 | 54.11 | - |
| YUV | 162.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 188 | 0.47 | 0 | 0.01 | 0.26 | 179.33 | 0.4 | 0.57 |
| Hex | 64 | BD | BC | 2F | 0 | 1 | 1A | B3 | 28 | 39 |
| Octal | 144 | 275 | 274 | 57 | 0 | 1 | 32 | 263 | 50 | 71 |
| Binary | 1100100 | 10111101 | 10111100 | 101111 | 0 | 1 | 11010 | 10110011 | 101000 | 111001 |
Color Harmonies of #64BDBC
Complementary color
Monochromatic Colors of #64BDBC
Black with #64BDBC
Text Example
Text Example
White with #64BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDBC; }
p { color: rgb(100,189,188); }
H1.HeaderClassName
{
color: #64BDBC;
}
.AnyTagClassName
{
color: #64BDBC;
}
</style>
background-color css
<style>
a { background-color: #64BDBC; }
a { background-color: rgb(100,189,188); }
div.DivClassName
{
background-color: #64BDBC;
}
.BgClassName
{
background-color: #64BDBC;
}
</style>
border-color css
<style>
span { border-color: #64BDBC; }
span { border-color: rgb(100,189,188); }
td.TdClassName
{
border-color: #64BDBC;
}
.TagClassName
{
border-color: #64BDBC;
}
</style>