Html Css Color HEX #64BABB Fountain Blue

📋 copy color: '#64BABB'

red 100 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #64BABB

Tints of Fountain Blue #64BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 21.14%
G = 39.32%
B = 39.53%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64BABB (or 0x64BABB) is known color: Fountain Blue. HEX triplet: 64, BA and BB. RGB value is (100,186,187). Sum of RGB (Red+Green+Blue) = 100+186+187=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #64BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BABB is #9B4544. Grayscale: #A0A0A0. Windows color (decimal): -10175813 or 12302948. OLE color: 12302948.

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

Color convert

RGB 100 186 187 -
CMYK 0.47 0.01 0 0.27
HSL 180.69º 0.39% 0.56% -
HSV(B) 180.69º 0.47% 0.73% -
XYZ 31.78 41.42 53.33 -
YUV 160.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 100 186 187 0.47 0.01 0 0.27 180.69 0.39 0.56
Hex 64 BA BB 2F 1 0 1B B5 27 38
Octal 144 272 273 57 1 0 33 265 47 70
Binary 1100100 10111010 10111011 101111 1 0 11011 10110101 100111 111000

Color Harmonies of #64BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BABB

Black with #64BABB

Text Example


Text Example

White with #64BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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