Html Css Color HEX #64ABBE Fountain Blue

📋 copy color: '#64ABBE'

red 100 ◦ green 171 ◦ blue 190

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

Shades of Fountain Blue #64ABBE

Tints of Fountain Blue #64ABBE

RGB

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

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

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

R = 21.69%
G = 37.09%
B = 41.21%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64ABBE (or 0x64ABBE) is known color: Fountain Blue. HEX triplet: 64, AB and BE. RGB value is (100,171,190). Sum of RGB (Red+Green+Blue) = 100+171+190=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #64ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABBE is #9B5441. Grayscale: #979797. Windows color (decimal): -10179650 or 12495716. OLE color: 12495716.

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

Color convert

RGB 100 171 190 -
CMYK 0.47 0.10 0 0.25
HSL 192.67º 0.41% 0.57% -
HSV(B) 192.67º 0.47% 0.75% -
XYZ 29.11 35.55 54.04 -
YUV 151.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 100 171 190 0.47 0.10 0 0.25 192.67 0.41 0.57
Hex 64 AB BE 2F A 0 19 C1 29 39
Octal 144 253 276 57 12 0 31 301 51 71
Binary 1100100 10101011 10111110 101111 1010 0 11001 11000001 101001 111001

Color Harmonies of #64ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABBE

Black with #64ABBE

Text Example


Text Example

White with #64ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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