Html Css Color HEX #64B9BE Fountain Blue

📋 copy color: '#64B9BE'

red 100 ◦ green 185 ◦ blue 190

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

Shades of Fountain Blue #64B9BE

Tints of Fountain Blue #64B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

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

R = 21.05%
G = 38.95%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64B9BE (or 0x64B9BE) is known color: Fountain Blue. HEX triplet: 64, B9 and BE. RGB value is (100,185,190). Sum of RGB (Red+Green+Blue) = 100+185+190=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #64B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B9BE is #9B4641. Grayscale: #A0A0A0. Windows color (decimal): -10176066 or 12499300. OLE color: 12499300.

HSL color Cylindrical-coordinate representation of color #64B9BE: hue angle of 183.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 #64B9BE is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 185 190 -
CMYK 0.47 0.03 0 0.25
HSL 183.33º 0.41% 0.57% -
HSV(B) 183.33º 0.47% 0.75% -
XYZ 31.9 41.12 54.97 -
YUV 160.16 144.84 85.09 -
System Red Green Blue C M Y K H S L
Decimal 100 185 190 0.47 0.03 0 0.25 183.33 0.41 0.57
Hex 64 B9 BE 2F 3 0 19 B7 29 39
Octal 144 271 276 57 3 0 31 267 51 71
Binary 1100100 10111001 10111110 101111 11 0 11001 10110111 101001 111001

Color Harmonies of #64B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B9BE

Black with #64B9BE

Text Example


Text Example

White with #64B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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