#64BDC1

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

Shades of Fountain Blue #64BDC1

Tints of Fountain Blue #64BDC1

Color information

#64BDC1 (or 0x64BDC1) is unknown color: approx Fountain Blue. HEX triplet: 64, BD and C1. RGB value is (100,189,193). Sum of RGB (Red+Green+Blue) = 100+189+193=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #64BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDC1 is #9B423E. Grayscale: #A2A2A2. Windows color (decimal): -10175039 or 12696932. OLE color: 12696932.

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

Color convert

RGB100189193-
CMYK0.480.0200.24
HSL182.58º42.86%57.45%-
HSV(B)182.58º48.19%75.69%-
XYZ33.0842.9557-
YUV162.84145.0183.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=20.75%
G=39.21%
B=40.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001891930.480.0200.24182.5842.8657.45
Hex64BDC1302018b72b39
Octal1442753016020302675371
Binary110010010111101110000011100001001100010110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,189,193); }

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

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

 a { background-color: rgb(100,189,193); }

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

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

 span { border-color: rgb(100,189,193); }

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