Html Css Color HEX #64ABBC Fountain Blue

📋 copy color: '#64ABBC'

red 100 ◦ green 171 ◦ blue 188

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

Shades of Fountain Blue #64ABBC

Tints of Fountain Blue #64ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 21.79%
G = 37.25%
B = 40.96%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#64ABBC (or 0x64ABBC) is known color: Fountain Blue. HEX triplet: 64, AB and BC. RGB value is (100,171,188). Sum of RGB (Red+Green+Blue) = 100+171+188=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #64ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABBC is #9B5443. Grayscale: #979797. Windows color (decimal): -10179652 or 12364644. OLE color: 12364644.

HSL color Cylindrical-coordinate representation of color #64ABBC: hue angle of 191.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 #64ABBC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 171 188 -
CMYK 0.47 0.09 0 0.26
HSL 191.59º 0.4% 0.56% -
HSV(B) 191.59º 0.47% 0.74% -
XYZ 28.9 35.47 52.9 -
YUV 151.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 100 171 188 0.47 0.09 0 0.26 191.59 0.4 0.56
Hex 64 AB BC 2F 9 0 1A C0 28 38
Octal 144 253 274 57 11 0 32 300 50 70
Binary 1100100 10101011 10111100 101111 1001 0 11010 11000000 101000 111000

Color Harmonies of #64ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABBC

Black with #64ABBC

Text Example


Text Example

White with #64ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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