#64BAB8

Color #64BAB8 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #64BAB8

Tints of Fountain Blue #64BAB8

Color information

#64BAB8 (or 0x64BAB8) is unknown color: approx Fountain Blue. HEX triplet: 64, BA and B8. RGB value is (100,186,184). Sum of RGB (Red+Green+Blue) = 100+186+184=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAB8 is #9B4547. Grayscale: #9F9F9F. Windows color (decimal): -10175816 or 12106340. OLE color: 12106340.

HSL color Cylindrical-coordinate representation of color #64BAB8: hue angle of 178.6º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BAB8 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB100186184-
CMYK0.4600.010.27
HSL178.6º38.39%56.08%-
HSV(B)178.6º46.24%72.94%-
XYZ31.4741.2951.66-
YUV160.06141.5185.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 21.28%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 184 (72.27% from 255) = 39.15%
R=21.28%
G=39.57%
B=39.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861840.4600.010.27178.638.3956.08
Hex64BAB82E011Bb32638
Octal1442722705601332634670
Binary11001001011101010111000101110011101110110011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BAB8; }

 p { color: rgb(100,186,184); }

 H1.HeaderClassName
 {
   color: #64BAB8;
 }
 .AnyTagClassName
 {
   color: #64BAB8;
 }
</style>
background-color css

<style>
 a { background-color: #64BAB8; }

 a { background-color: rgb(100,186,184); }

 div.DivClassName
 {
   background-color: #64BAB8;
 }
 .BgClassName
 {
   background-color: #64BAB8;
 }
</style>
border-color css

<style>
 span { border-color: #64BAB8; }

 span { border-color: rgb(100,186,184); }

 td.TdClassName
 {
   border-color: #64BAB8;
 }
 .TagClassName
 {
   border-color: #64BAB8;
 }
</style>