Html Css Color HEX #64BCBE Fountain Blue

📋 copy color: '#64BCBE'

red 100 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #64BCBE

Tints of Fountain Blue #64BCBE

RGB

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

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

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

R = 20.92%
G = 39.33%
B = 39.75%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64BCBE (or 0x64BCBE) is known color: Fountain Blue. HEX triplet: 64, BC and BE. RGB value is (100,188,190). Sum of RGB (Red+Green+Blue) = 100+188+190=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #64BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCBE is #9B4341. Grayscale: #A1A1A1. Windows color (decimal): -10175298 or 12500068. OLE color: 12500068.

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

Color convert

RGB 100 188 190 -
CMYK 0.47 0.01 0 0.25
HSL 181.33º 0.41% 0.57% -
HSV(B) 181.33º 0.47% 0.75% -
XYZ 32.53 42.39 55.18 -
YUV 161.92 143.85 83.84 -
System Red Green Blue C M Y K H S L
Decimal 100 188 190 0.47 0.01 0 0.25 181.33 0.41 0.57
Hex 64 BC BE 2F 1 0 19 B5 29 39
Octal 144 274 276 57 1 0 31 265 51 71
Binary 1100100 10111100 10111110 101111 1 0 11001 10110101 101001 111001

Color Harmonies of #64BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCBE

Black with #64BCBE

Text Example


Text Example

White with #64BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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