Html Css Color HEX #64ABBB Fountain Blue

📋 copy color: '#64ABBB'

red 100 ◦ green 171 ◦ blue 187

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

Shades of Fountain Blue #64ABBB

Tints of Fountain Blue #64ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 21.83%
G = 37.34%
B = 40.83%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64ABBB (or 0x64ABBB) is known color: Fountain Blue. HEX triplet: 64, AB and BB. RGB value is (100,171,187). Sum of RGB (Red+Green+Blue) = 100+171+187=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #64ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABBB is #9B5444. Grayscale: #979797. Windows color (decimal): -10179653 or 12299108. OLE color: 12299108.

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

Color convert

RGB 100 171 187 -
CMYK 0.47 0.09 0 0.27
HSL 191.03º 0.39% 0.56% -
HSV(B) 191.03º 0.47% 0.73% -
XYZ 28.79 35.42 52.33 -
YUV 151.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 100 171 187 0.47 0.09 0 0.27 191.03 0.39 0.56
Hex 64 AB BB 2F 9 0 1B BF 27 38
Octal 144 253 273 57 11 0 33 277 47 70
Binary 1100100 10101011 10111011 101111 1001 0 11011 10111111 100111 111000

Color Harmonies of #64ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABBB

Black with #64ABBB

Text Example


Text Example

White with #64ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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