Html Css Color HEX #60AFBD Fountain Blue

📋 copy color: '#60AFBD'

red 96 ◦ green 175 ◦ blue 189

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

Shades of Fountain Blue #60AFBD

Tints of Fountain Blue #60AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 20.87%
G = 38.04%
B = 41.09%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#60AFBD (or 0x60AFBD) is known color: Fountain Blue. HEX triplet: 60, AF and BD. RGB value is (96,175,189). Sum of RGB (Red+Green+Blue) = 96+175+189=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #60AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFBD is #9F5042. Grayscale: #989898. Windows color (decimal): -10440771 or 12431200. OLE color: 12431200.

HSL color Cylindrical-coordinate representation of color #60AFBD: hue angle of 189.03º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60AFBD is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 175 189 -
CMYK 0.49 0.07 0 0.26
HSL 189.03º 0.41% 0.56% -
HSV(B) 189.03º 0.49% 0.74% -
XYZ 29.34 36.82 53.7 -
YUV 152.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 96 175 189 0.49 0.07 0 0.26 189.03 0.41 0.56
Hex 60 AF BD 31 7 0 1A BD 29 38
Octal 140 257 275 61 7 0 32 275 51 70
Binary 1100000 10101111 10111101 110001 111 0 11010 10111101 101001 111000

Color Harmonies of #60AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFBD

Black with #60AFBD

Text Example


Text Example

White with #60AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,175,189); }

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

background-color css

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

 a { background-color: rgb(96,175,189); }

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

border-color css

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

 span { border-color: rgb(96,175,189); }

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