Html Css Color HEX #64BEC6 Fountain Blue

📋 copy color: '#64BEC6'

red 100 ◦ green 190 ◦ blue 198

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

Shades of Fountain Blue #64BEC6

Tints of Fountain Blue #64BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 20.49%
G = 38.93%
B = 40.57%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#64BEC6 (or 0x64BEC6) is known color: Fountain Blue. HEX triplet: 64, BE and C6. RGB value is (100,190,198). Sum of RGB (Red+Green+Blue) = 100+190+198=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #64BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEC6 is #9B4139. Grayscale: #A3A3A3. Windows color (decimal): -10174778 or 13024868. OLE color: 13024868.

HSL color Cylindrical-coordinate representation of color #64BEC6: hue angle of 184.9º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64BEC6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 190 198 -
CMYK 0.49 0.04 0 0.22
HSL 184.9º 0.46% 0.58% -
HSV(B) 184.9º 0.49% 0.78% -
XYZ 33.86 43.61 60.06 -
YUV 164 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 100 190 198 0.49 0.04 0 0.22 184.9 0.46 0.58
Hex 64 BE C6 31 4 0 16 B9 2E 3A
Octal 144 276 306 61 4 0 26 271 56 72
Binary 1100100 10111110 11000110 110001 100 0 10110 10111001 101110 111010

Color Harmonies of #64BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEC6

Black with #64BEC6

Text Example


Text Example

White with #64BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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