Html Css Color HEX #64B3C1 Fountain Blue

📋 copy color: '#64B3C1'

red 100 ◦ green 179 ◦ blue 193

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

Shades of Fountain Blue #64B3C1

Tints of Fountain Blue #64B3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 21.19%
G = 37.92%
B = 40.89%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#64B3C1 (or 0x64B3C1) is known color: Fountain Blue. HEX triplet: 64, B3 and C1. RGB value is (100,179,193). Sum of RGB (Red+Green+Blue) = 100+179+193=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #64B3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B3C1 is #9B4C3E. Grayscale: #9C9C9C. Windows color (decimal): -10177599 or 12694372. OLE color: 12694372.

HSL color Cylindrical-coordinate representation of color #64B3C1: hue angle of 189.03º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B3C1 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 179 193 -
CMYK 0.48 0.07 0 0.24
HSL 189.03º 0.43% 0.57% -
HSV(B) 189.03º 0.48% 0.76% -
XYZ 31 38.8 56.31 -
YUV 156.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 100 179 193 0.48 0.07 0 0.24 189.03 0.43 0.57
Hex 64 B3 C1 30 7 0 18 BD 2B 39
Octal 144 263 301 60 7 0 30 275 53 71
Binary 1100100 10110011 11000001 110000 111 0 11000 10111101 101011 111001

Color Harmonies of #64B3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B3C1

Black with #64B3C1

Text Example


Text Example

White with #64B3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,179,193); }

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

background-color css

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

 a { background-color: rgb(100,179,193); }

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

border-color css

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

 span { border-color: rgb(100,179,193); }

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