Html Css Color HEX #64ADBE Fountain Blue

📋 copy color: '#64ADBE'

red 100 ◦ green 173 ◦ blue 190

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

Shades of Fountain Blue #64ADBE

Tints of Fountain Blue #64ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 21.6%
G = 37.37%
B = 41.04%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64ADBE (or 0x64ADBE) is known color: Fountain Blue. HEX triplet: 64, AD and BE. RGB value is (100,173,190). Sum of RGB (Red+Green+Blue) = 100+173+190=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #64ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADBE is #9B5241. Grayscale: #989898. Windows color (decimal): -10179138 or 12496228. OLE color: 12496228.

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

Color convert

RGB 100 173 190 -
CMYK 0.47 0.09 0 0.25
HSL 191.33º 0.41% 0.57% -
HSV(B) 191.33º 0.47% 0.75% -
XYZ 29.49 36.31 54.17 -
YUV 153.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 100 173 190 0.47 0.09 0 0.25 191.33 0.41 0.57
Hex 64 AD BE 2F 9 0 19 BF 29 39
Octal 144 255 276 57 11 0 31 277 51 71
Binary 1100100 10101101 10111110 101111 1001 0 11001 10111111 101001 111001

Color Harmonies of #64ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADBE

Black with #64ADBE

Text Example


Text Example

White with #64ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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