Shades of Fountain Blue #67BBC1
Tints of Fountain Blue #67BBC1
RGB
CMYK
RGB Variations
Color information
#67BBC1 (or 0x67BBC1) is known color: Fountain Blue. HEX triplet: 67, BB and C1. RGB value is (103,187,193). Sum of RGB (Red+Green+Blue) = 103+187+193=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #67BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBC1 is #98443E. Grayscale: #A2A2A2. Windows color (decimal): -9978943 or 12696423. OLE color: 12696423.
HSL color Cylindrical-coordinate representation of color #67BBC1: hue angle of 184º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67BBC1 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 187 | 193 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.24 |
| HSL | 184º | 0.42% | 0.58% | - |
| HSV(B) | 184º | 0.47% | 0.76% | - |
| XYZ | 32.99 | 42.27 | 56.87 | - |
| YUV | 162.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 193 | 0.47 | 0.03 | 0 | 0.24 | 184 | 0.42 | 0.58 |
| Hex | 67 | BB | C1 | 2F | 3 | 0 | 18 | B8 | 2A | 3A |
| Octal | 147 | 273 | 301 | 57 | 3 | 0 | 30 | 270 | 52 | 72 |
| Binary | 1100111 | 10111011 | 11000001 | 101111 | 11 | 0 | 11000 | 10111000 | 101010 | 111010 |
Color Harmonies of #67BBC1
Complementary color
Monochromatic Colors of #67BBC1
Black with #67BBC1
Text Example
Text Example
White with #67BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBC1; }
p { color: rgb(103,187,193); }
H1.HeaderClassName
{
color: #67BBC1;
}
.AnyTagClassName
{
color: #67BBC1;
}
</style>
background-color css
<style>
a { background-color: #67BBC1; }
a { background-color: rgb(103,187,193); }
div.DivClassName
{
background-color: #67BBC1;
}
.BgClassName
{
background-color: #67BBC1;
}
</style>
border-color css
<style>
span { border-color: #67BBC1; }
span { border-color: rgb(103,187,193); }
td.TdClassName
{
border-color: #67BBC1;
}
.TagClassName
{
border-color: #67BBC1;
}
</style>