Html Css Color HEX #64AFBE Fountain Blue

📋 copy color: '#64AFBE'

red 100 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #64AFBE

Tints of Fountain Blue #64AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 21.51%
G = 37.63%
B = 40.86%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64AFBE (or 0x64AFBE) is known color: Fountain Blue. HEX triplet: 64, AF and BE. RGB value is (100,175,190). Sum of RGB (Red+Green+Blue) = 100+175+190=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #64AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFBE is #9B5041. Grayscale: #9A9A9A. Windows color (decimal): -10178626 or 12496740. OLE color: 12496740.

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

Color convert

RGB 100 175 190 -
CMYK 0.47 0.08 0 0.25
HSL 190º 0.41% 0.57% -
HSV(B) 190º 0.47% 0.75% -
XYZ 29.88 37.09 54.3 -
YUV 154.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 100 175 190 0.47 0.08 0 0.25 190 0.41 0.57
Hex 64 AF BE 2F 8 0 19 BE 29 39
Octal 144 257 276 57 10 0 31 276 51 71
Binary 1100100 10101111 10111110 101111 1000 0 11001 10111110 101001 111001

Color Harmonies of #64AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFBE

Black with #64AFBE

Text Example


Text Example

White with #64AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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