#64B0B4

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

Shades of Fountain Blue #64B0B4

Tints of Fountain Blue #64B0B4

Color information

#64B0B4 (or 0x64B0B4) is unknown color: approx Fountain Blue. HEX triplet: 64, B0 and B4. RGB value is (100,176,180). Sum of RGB (Red+Green+Blue) = 100+176+180=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #64B0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0B4 is #9B4F4B. Grayscale: #999999. Windows color (decimal): -10178380 or 11841636. OLE color: 11841636.

HSL color Cylindrical-coordinate representation of color #64B0B4: hue angle of 183º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B0B4 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB100176180-
CMYK0.440.0200.29
HSL183º34.78%54.9%-
HSV(B)183º44.44%70.59%-
XYZ29.0237.0648.8-
YUV153.73142.8289.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=21.93%
G=38.60%
B=39.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001761800.440.0200.2918334.7854.9
Hex64B0B42C201Db72337
Octal1442602645420352674367
Binary110010010110000101101001011001001110110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,180); }

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

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

 a { background-color: rgb(100,176,180); }

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

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

 span { border-color: rgb(100,176,180); }

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