Html Css Color HEX #64ABBA Fountain Blue

📋 copy color: '#64ABBA'

red 100 ◦ green 171 ◦ blue 186

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

Shades of Fountain Blue #64ABBA

Tints of Fountain Blue #64ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 21.88%
G = 37.42%
B = 40.7%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64ABBA (or 0x64ABBA) is known color: Fountain Blue. HEX triplet: 64, AB and BA. RGB value is (100,171,186). Sum of RGB (Red+Green+Blue) = 100+171+186=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #64ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABBA is #9B5445. Grayscale: #979797. Windows color (decimal): -10179654 or 12233572. OLE color: 12233572.

HSL color Cylindrical-coordinate representation of color #64ABBA: hue angle of 190.47º 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 #64ABBA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 171 186 -
CMYK 0.46 0.08 0 0.27
HSL 190.47º 0.38% 0.56% -
HSV(B) 190.47º 0.46% 0.73% -
XYZ 28.68 35.38 51.77 -
YUV 151.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 100 171 186 0.46 0.08 0 0.27 190.47 0.38 0.56
Hex 64 AB BA 2E 8 0 1B BE 26 38
Octal 144 253 272 56 10 0 33 276 46 70
Binary 1100100 10101011 10111010 101110 1000 0 11011 10111110 100110 111000

Color Harmonies of #64ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABBA

Black with #64ABBA

Text Example


Text Example

White with #64ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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