#64BBBF

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

Shades of Fountain Blue #64BBBF

Tints of Fountain Blue #64BBBF

Color information

#64BBBF (or 0x64BBBF) is unknown color: approx Fountain Blue. HEX triplet: 64, BB and BF. RGB value is (100,187,191). Sum of RGB (Red+Green+Blue) = 100+187+191=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #64BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBBF is #9B4440. Grayscale: #A1A1A1. Windows color (decimal): -10175553 or 12565348. OLE color: 12565348.

HSL color Cylindrical-coordinate representation of color #64BBBF: hue angle of 182.64º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BBBF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100187191-
CMYK0.480.0200.25
HSL182.64º41.55%57.06%-
HSV(B)182.64º47.64%74.9%-
XYZ32.4342.0155.69-
YUV161.44144.6884.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 191 (75% from 255) = 39.96%
R=20.92%
G=39.12%
B=39.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001871910.480.0200.25182.6441.5557.06
Hex64BBBF302019b72a39
Octal1442732776020312675271
Binary110010010111011101111111100001001100110110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,187,191); }

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

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

 a { background-color: rgb(100,187,191); }

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

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

 span { border-color: rgb(100,187,191); }

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