#64BCC2

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

Shades of Fountain Blue #64BCC2

Tints of Fountain Blue #64BCC2

Color information

#64BCC2 (or 0x64BCC2) is unknown color: approx Fountain Blue. HEX triplet: 64, BC and C2. RGB value is (100,188,194). Sum of RGB (Red+Green+Blue) = 100+188+194=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #64BCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCC2 is #9B433D. Grayscale: #A2A2A2. Windows color (decimal): -10175294 or 12762212. OLE color: 12762212.

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

Color convert

RGB100188194-
CMYK0.480.0300.24
HSL183.83º43.52%57.65%-
HSV(B)183.83º48.45%76.08%-
XYZ32.9842.5757.52-
YUV162.37145.8583.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 194 (76.17% from 255) = 40.25%
R=20.75%
G=39.00%
B=40.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001881940.480.0300.24183.8343.5257.65
Hex64BCC2303018b82c3a
Octal1442743026030302705472
Binary110010010111100110000101100001101100010111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,188,194); }

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

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

 a { background-color: rgb(100,188,194); }

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

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

 span { border-color: rgb(100,188,194); }

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