Html Css Color HEX #64BBB4 Fountain Blue

📋 copy color: '#64BBB4'

red 100 ◦ green 187 ◦ blue 180

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

Shades of Fountain Blue #64BBB4

Tints of Fountain Blue #64BBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

 BLUE value IS 180 (70.7% from 255) = 38.54%

R = 21.41%
G = 40.04%
B = 38.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#64BBB4 (or 0x64BBB4) is known color: Fountain Blue. HEX triplet: 64, BB and B4. RGB value is (100,187,180). Sum of RGB (Red+Green+Blue) = 100+187+180=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #64BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBB4 is #9B444B. Grayscale: #A0A0A0. Windows color (decimal): -10175564 or 11844452. OLE color: 11844452.

HSL color Cylindrical-coordinate representation of color #64BBB4: hue angle of 175.17º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BBB4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 180 -
CMYK 0.47 0 0.04 0.27
HSL 175.17º 0.39% 0.56% -
HSV(B) 175.17º 0.47% 0.73% -
XYZ 31.26 41.55 49.55 -
YUV 160.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 100 187 180 0.47 0 0.04 0.27 175.17 0.39 0.56
Hex 64 BB B4 2F 0 4 1B AF 27 38
Octal 144 273 264 57 0 4 33 257 47 70
Binary 1100100 10111011 10110100 101111 0 100 11011 10101111 100111 111000

Color Harmonies of #64BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBB4

Black with #64BBB4

Text Example


Text Example

White with #64BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,180); }

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

background-color css

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

 a { background-color: rgb(100,187,180); }

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

border-color css

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

 span { border-color: rgb(100,187,180); }

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