Html Css Color HEX #64AFBB Fountain Blue

📋 copy color: '#64AFBB'

red 100 ◦ green 175 ◦ blue 187

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

Shades of Fountain Blue #64AFBB

Tints of Fountain Blue #64AFBB

RGB

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

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

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

R = 21.65%
G = 37.88%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64AFBB (or 0x64AFBB) is known color: Fountain Blue. HEX triplet: 64, AF and BB. RGB value is (100,175,187). Sum of RGB (Red+Green+Blue) = 100+175+187=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #64AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFBB is #9B5044. Grayscale: #999999. Windows color (decimal): -10178629 or 12300132. OLE color: 12300132.

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

Color convert

RGB 100 175 187 -
CMYK 0.47 0.06 0 0.27
HSL 188.28º 0.39% 0.56% -
HSV(B) 188.28º 0.47% 0.73% -
XYZ 29.56 36.96 52.59 -
YUV 153.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 100 175 187 0.47 0.06 0 0.27 188.28 0.39 0.56
Hex 64 AF BB 2F 6 0 1B BC 27 38
Octal 144 257 273 57 6 0 33 274 47 70
Binary 1100100 10101111 10111011 101111 110 0 11011 10111100 100111 111000

Color Harmonies of #64AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFBB

Black with #64AFBB

Text Example


Text Example

White with #64AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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