#64ABB0

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

Shades of Fountain Blue #64ABB0

Tints of Fountain Blue #64ABB0

Color information

#64ABB0 (or 0x64ABB0) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and B0. RGB value is (100,171,176). Sum of RGB (Red+Green+Blue) = 100+171+176=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #64ABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABB0 is #9B544F. Grayscale: #969696. Windows color (decimal): -10179664 or 11578212. OLE color: 11578212.

HSL color Cylindrical-coordinate representation of color #64ABB0: hue angle of 183.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64ABB0 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100171176-
CMYK0.430.0300.31
HSL183.95º32.48%54.12%-
HSV(B)183.95º43.18%69.02%-
XYZ27.6534.9746.37-
YUV150.34142.4892.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=22.37%
G=38.26%
B=39.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001711760.430.0300.31183.9532.4854.12
Hex64ABB02B301Fb82036
Octal1442532605330372704066
Binary110010010101011101100001010111101111110111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,176); }

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

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

 a { background-color: rgb(100,171,176); }

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

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

 span { border-color: rgb(100,171,176); }

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