Html Css Color HEX #64BDB8 Fountain Blue

📋 copy color: '#64BDB8'

red 100 ◦ green 189 ◦ blue 184

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

Shades of Fountain Blue #64BDB8

Tints of Fountain Blue #64BDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 21.14%
G = 39.96%
B = 38.9%

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

#64BDB8 (or 0x64BDB8) is known color: Fountain Blue. HEX triplet: 64, BD and B8. RGB value is (100,189,184). Sum of RGB (Red+Green+Blue) = 100+189+184=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDB8 is #9B4247. Grayscale: #A1A1A1. Windows color (decimal): -10175048 or 12107108. OLE color: 12107108.

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

Color convert

RGB 100 189 184 -
CMYK 0.47 0 0.03 0.26
HSL 176.63º 0.4% 0.57% -
HSV(B) 176.63º 0.47% 0.74% -
XYZ 32.1 42.57 51.87 -
YUV 161.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 100 189 184 0.47 0 0.03 0.26 176.63 0.4 0.57
Hex 64 BD B8 2F 0 3 1A B1 28 39
Octal 144 275 270 57 0 3 32 261 50 71
Binary 1100100 10111101 10111000 101111 0 11 11010 10110001 101000 111001

Color Harmonies of #64BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDB8

Black with #64BDB8

Text Example


Text Example

White with #64BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,189,184); }

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

background-color css

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

 a { background-color: rgb(100,189,184); }

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

border-color css

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

 span { border-color: rgb(100,189,184); }

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