#64b8c0

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

Shades of Fountain Blue #64B8C0

Tints of Fountain Blue #64B8C0

Color information

#64B8C0 (or 0x64B8C0) is unknown color: approx Fountain Blue. HEX triplet: 64, B8 and C0. RGB value is (100,184,192). Sum of RGB (Red+Green+Blue) = 100+184+192=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #64B8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8C0 is #9B473F. Grayscale: #9F9F9F. Windows color (decimal): -10176320 or 12630116. OLE color: 12630116.

HSL color Cylindrical-coordinate representation of color #64B8C0: hue angle of 185.22º 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 #64B8C0 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100184192-
CMYK0.480.0400.25
HSL185.22º42.2%57.25%-
HSV(B)185.22º47.92%75.29%-
XYZ31.9140.856.06-
YUV159.8146.1785.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.01%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=21.01%
G=38.66%
B=40.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001841920.480.0400.25185.2242.257.25
Hex64B8C0304019b92a39
Octal1442703006040312715271
Binary1100100101110001100000011000010001100110111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64b8c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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