#64B8BB

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

Shades of Fountain Blue #64B8BB

Tints of Fountain Blue #64B8BB

Color information

#64B8BB (or 0x64B8BB) is unknown color: approx Fountain Blue. HEX triplet: 64, B8 and BB. RGB value is (100,184,187). Sum of RGB (Red+Green+Blue) = 100+184+187=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #64B8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8BB is #9B4744. Grayscale: #9F9F9F. Windows color (decimal): -10176325 or 12302436. OLE color: 12302436.

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

Color convert

RGB100184187-
CMYK0.470.0200.27
HSL182.07º39.01%56.27%-
HSV(B)182.07º46.52%73.33%-
XYZ31.3740.5853.19-
YUV159.23143.6785.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=21.23%
G=39.07%
B=39.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001841870.470.0200.27182.0739.0156.27
Hex64B8BB2F201Bb62738
Octal1442702735720332664770
Binary110010010111000101110111011111001101110110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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