Html Css Color HEX #60ABB2 Fountain Blue

📋 copy color: '#60ABB2'

red 96 ◦ green 171 ◦ blue 178

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

Shades of Fountain Blue #60ABB2

Tints of Fountain Blue #60ABB2

RGB

 RED value IS 96 (37.89% from 255) = 21.57%

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 21.57%
G = 38.43%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#60ABB2 (or 0x60ABB2) is known color: Fountain Blue. HEX triplet: 60, AB and B2. RGB value is (96,171,178). Sum of RGB (Red+Green+Blue) = 96+171+178=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #60ABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABB2 is #9F544D. Grayscale: #959595. Windows color (decimal): -10441806 or 11709280. OLE color: 11709280.

HSL color Cylindrical-coordinate representation of color #60ABB2: hue angle of 185.12º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60ABB2 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 171 178 -
CMYK 0.46 0.04 0 0.30
HSL 185.12º 0.35% 0.54% -
HSV(B) 185.12º 0.46% 0.7% -
XYZ 27.42 34.83 47.4 -
YUV 149.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 96 171 178 0.46 0.04 0 0.30 185.12 0.35 0.54
Hex 60 AB B2 2E 4 0 1E B9 23 36
Octal 140 253 262 56 4 0 36 271 43 66
Binary 1100000 10101011 10110010 101110 100 0 11110 10111001 100011 110110

Color Harmonies of #60ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABB2

Black with #60ABB2

Text Example


Text Example

White with #60ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ABB2; }

 p { color: rgb(96,171,178); }

 H1.HeaderClassName
 {
   color: #60ABB2;
 }
 .AnyTagClassName
 {
   color: #60ABB2;
 }
</style>

background-color css

<style>
 a { background-color: #60ABB2; }

 a { background-color: rgb(96,171,178); }

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

border-color css

<style>
 span { border-color: #60ABB2; }

 span { border-color: rgb(96,171,178); }

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