Html Css Color HEX #64ACBB Fountain Blue

📋 copy color: '#64ACBB'

red 100 ◦ green 172 ◦ blue 187

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

Shades of Fountain Blue #64ACBB

Tints of Fountain Blue #64ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 21.79%
G = 37.47%
B = 40.74%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64ACBB (or 0x64ACBB) is known color: Fountain Blue. HEX triplet: 64, AC and BB. RGB value is (100,172,187). Sum of RGB (Red+Green+Blue) = 100+172+187=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #64ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBB is #9B5344. Grayscale: #989898. Windows color (decimal): -10179397 or 12299364. OLE color: 12299364.

HSL color Cylindrical-coordinate representation of color #64ACBB: hue angle of 190.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64ACBB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 172 187 -
CMYK 0.47 0.08 0 0.27
HSL 190.34º 0.39% 0.56% -
HSV(B) 190.34º 0.47% 0.73% -
XYZ 28.98 35.8 52.4 -
YUV 152.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 100 172 187 0.47 0.08 0 0.27 190.34 0.39 0.56
Hex 64 AC BB 2F 8 0 1B BE 27 38
Octal 144 254 273 57 10 0 33 276 47 70
Binary 1100100 10101100 10111011 101111 1000 0 11011 10111110 100111 111000

Color Harmonies of #64ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACBB

Black with #64ACBB

Text Example


Text Example

White with #64ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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