Html Css Color HEX #64ADB6 Fountain Blue

📋 copy color: '#64ADB6'

red 100 ◦ green 173 ◦ blue 182

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

Shades of Fountain Blue #64ADB6

Tints of Fountain Blue #64ADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40%

R = 21.98%
G = 38.02%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#64ADB6 (or 0x64ADB6) is known color: Fountain Blue. HEX triplet: 64, AD and B6. RGB value is (100,173,182). Sum of RGB (Red+Green+Blue) = 100+173+182=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #64ADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADB6 is #9B5249. Grayscale: #989898. Windows color (decimal): -10179146 or 11971940. OLE color: 11971940.

HSL color Cylindrical-coordinate representation of color #64ADB6: hue angle of 186.59º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64ADB6 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 173 182 -
CMYK 0.45 0.05 0 0.29
HSL 186.59º 0.36% 0.55% -
HSV(B) 186.59º 0.45% 0.71% -
XYZ 28.64 35.97 49.69 -
YUV 152.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 100 173 182 0.45 0.05 0 0.29 186.59 0.36 0.55
Hex 64 AD B6 2D 5 0 1D BB 24 37
Octal 144 255 266 55 5 0 35 273 44 67
Binary 1100100 10101101 10110110 101101 101 0 11101 10111011 100100 110111

Color Harmonies of #64ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADB6

Black with #64ADB6

Text Example


Text Example

White with #64ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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