Html Css Color HEX #64ACB7 Fountain Blue

📋 copy color: '#64ACB7'

red 100 ◦ green 172 ◦ blue 183

#64ACB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #64ACB7

Tints of Fountain Blue #64ACB7

RGB

 RED value IS 100 (39.45% from 255) = 21.98%

 GREEN value IS 172 (67.58% from 255) = 37.8%

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 21.98%
G = 37.8%
B = 40.22%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#64ACB7 (or 0x64ACB7) is known color: Fountain Blue. HEX triplet: 64, AC and B7. RGB value is (100,172,183). Sum of RGB (Red+Green+Blue) = 100+172+183=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #64ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACB7 is #9B5348. Grayscale: #979797. Windows color (decimal): -10179401 or 12037220. OLE color: 12037220.

HSL color Cylindrical-coordinate representation of color #64ACB7: hue angle of 187.95º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64ACB7 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 172 183 -
CMYK 0.45 0.06 0 0.28
HSL 187.95º 0.37% 0.55% -
HSV(B) 187.95º 0.45% 0.72% -
XYZ 28.56 35.63 50.17 -
YUV 151.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 100 172 183 0.45 0.06 0 0.28 187.95 0.37 0.55
Hex 64 AC B7 2D 6 0 1C BC 25 37
Octal 144 254 267 55 6 0 34 274 45 67
Binary 1100100 10101100 10110111 101101 110 0 11100 10111100 100101 110111

Color Harmonies of #64ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACB7

Black with #64ACB7

Text Example


Text Example

White with #64ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,183); }

 H1.HeaderClassName
 {
   color: #64ACB7;
 }
 .AnyTagClassName
 {
   color: #64ACB7;
 }
</style>

background-color css

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

 a { background-color: rgb(100,172,183); }

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

border-color css

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

 span { border-color: rgb(100,172,183); }

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