Html Css Color HEX #64BAB7 Fountain Blue

📋 copy color: '#64BAB7'

red 100 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #64BAB7

Tints of Fountain Blue #64BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 21.32%
G = 39.66%
B = 39.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#64BAB7 (or 0x64BAB7) is known color: Fountain Blue. HEX triplet: 64, BA and B7. RGB value is (100,186,183). Sum of RGB (Red+Green+Blue) = 100+186+183=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAB7 is #9B4548. Grayscale: #9F9F9F. Windows color (decimal): -10175817 or 12040804. OLE color: 12040804.

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

Color convert

RGB 100 186 183 -
CMYK 0.46 0 0.02 0.27
HSL 177.91º 0.38% 0.56% -
HSV(B) 177.91º 0.46% 0.73% -
XYZ 31.36 41.25 51.11 -
YUV 159.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 100 186 183 0.46 0 0.02 0.27 177.91 0.38 0.56
Hex 64 BA B7 2E 0 2 1B B2 26 38
Octal 144 272 267 56 0 2 33 262 46 70
Binary 1100100 10111010 10110111 101110 0 10 11011 10110010 100110 111000

Color Harmonies of #64BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAB7

Black with #64BAB7

Text Example


Text Example

White with #64BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,183); }

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

background-color css

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

 a { background-color: rgb(100,186,183); }

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

border-color css

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

 span { border-color: rgb(100,186,183); }

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