Html Css Color HEX #64BCB7 Fountain Blue

📋 copy color: '#64BCB7'

red 100 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #64BCB7

Tints of Fountain Blue #64BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 21.23%
G = 39.92%
B = 38.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#64BCB7 (or 0x64BCB7) is known color: Fountain Blue. HEX triplet: 64, BC and B7. RGB value is (100,188,183). Sum of RGB (Red+Green+Blue) = 100+188+183=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #64BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCB7 is #9B4348. Grayscale: #A1A1A1. Windows color (decimal): -10175305 or 12041316. OLE color: 12041316.

HSL color Cylindrical-coordinate representation of color #64BCB7: hue angle of 176.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BCB7 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 183 -
CMYK 0.47 0 0.03 0.26
HSL 176.59º 0.4% 0.56% -
HSV(B) 176.59º 0.47% 0.74% -
XYZ 31.79 42.09 51.25 -
YUV 161.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 100 188 183 0.47 0 0.03 0.26 176.59 0.4 0.56
Hex 64 BC B7 2F 0 3 1A B1 28 38
Octal 144 274 267 57 0 3 32 261 50 70
Binary 1100100 10111100 10110111 101111 0 11 11010 10110001 101000 111000

Color Harmonies of #64BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCB7

Black with #64BCB7

Text Example


Text Example

White with #64BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,183); }

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

background-color css

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

 a { background-color: rgb(100,188,183); }

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

border-color css

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

 span { border-color: rgb(100,188,183); }

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