Html Css Color HEX #60ABB4 Fountain Blue

📋 copy color: '#60ABB4'

red 96 ◦ green 171 ◦ blue 180

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

Shades of Fountain Blue #60ABB4

Tints of Fountain Blue #60ABB4

RGB

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

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

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

R = 21.48%
G = 38.26%
B = 40.27%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#60ABB4 (or 0x60ABB4) is known color: Fountain Blue. HEX triplet: 60, AB and B4. RGB value is (96,171,180). Sum of RGB (Red+Green+Blue) = 96+171+180=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #60ABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABB4 is #9F544B. Grayscale: #959595. Windows color (decimal): -10441804 or 11840352. OLE color: 11840352.

HSL color Cylindrical-coordinate representation of color #60ABB4: hue angle of 186.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60ABB4 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 171 180 -
CMYK 0.47 0.05 0 0.29
HSL 186.43º 0.36% 0.54% -
HSV(B) 186.43º 0.47% 0.71% -
XYZ 27.63 34.91 48.46 -
YUV 149.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 96 171 180 0.47 0.05 0 0.29 186.43 0.36 0.54
Hex 60 AB B4 2F 5 0 1D BA 24 36
Octal 140 253 264 57 5 0 35 272 44 66
Binary 1100000 10101011 10110100 101111 101 0 11101 10111010 100100 110110

Color Harmonies of #60ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABB4

Black with #60ABB4

Text Example


Text Example

White with #60ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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