Html Css Color HEX #64ADBF Fountain Blue

📋 copy color: '#64ADBF'

red 100 ◦ green 173 ◦ blue 191

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

Shades of Fountain Blue #64ADBF

Tints of Fountain Blue #64ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 21.55%
G = 37.28%
B = 41.16%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64ADBF (or 0x64ADBF) is known color: Fountain Blue. HEX triplet: 64, AD and BF. RGB value is (100,173,191). Sum of RGB (Red+Green+Blue) = 100+173+191=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #64ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADBF is #9B5240. Grayscale: #999999. Windows color (decimal): -10179137 or 12561764. OLE color: 12561764.

HSL color Cylindrical-coordinate representation of color #64ADBF: hue angle of 191.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64ADBF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 173 191 -
CMYK 0.48 0.09 0 0.25
HSL 191.87º 0.42% 0.57% -
HSV(B) 191.87º 0.48% 0.75% -
XYZ 29.6 36.36 54.75 -
YUV 153.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 100 173 191 0.48 0.09 0 0.25 191.87 0.42 0.57
Hex 64 AD BF 30 9 0 19 C0 2A 39
Octal 144 255 277 60 11 0 31 300 52 71
Binary 1100100 10101101 10111111 110000 1001 0 11001 11000000 101010 111001

Color Harmonies of #64ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADBF

Black with #64ADBF

Text Example


Text Example

White with #64ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,173,191); }

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

background-color css

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

 a { background-color: rgb(100,173,191); }

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

border-color css

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

 span { border-color: rgb(100,173,191); }

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