Html Css Color HEX #60AFBB Fountain Blue

📋 copy color: '#60AFBB'

red 96 ◦ green 175 ◦ blue 187

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

Shades of Fountain Blue #60AFBB

Tints of Fountain Blue #60AFBB

RGB

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

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

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

R = 20.96%
G = 38.21%
B = 40.83%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60AFBB (or 0x60AFBB) is known color: Fountain Blue. HEX triplet: 60, AF and BB. RGB value is (96,175,187). Sum of RGB (Red+Green+Blue) = 96+175+187=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 175 (68.75% from 255 or 38.21% 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 #60AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFBB is #9F5044. Grayscale: #989898. Windows color (decimal): -10440773 or 12300128. OLE color: 12300128.

HSL color Cylindrical-coordinate representation of color #60AFBB: hue angle of 187.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60AFBB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 175 187 -
CMYK 0.49 0.06 0 0.27
HSL 187.91º 0.4% 0.55% -
HSV(B) 187.91º 0.49% 0.73% -
XYZ 29.12 36.73 52.57 -
YUV 152.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 96 175 187 0.49 0.06 0 0.27 187.91 0.4 0.55
Hex 60 AF BB 31 6 0 1B BC 28 37
Octal 140 257 273 61 6 0 33 274 50 67
Binary 1100000 10101111 10111011 110001 110 0 11011 10111100 101000 110111

Color Harmonies of #60AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFBB

Black with #60AFBB

Text Example


Text Example

White with #60AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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