Html Css Color HEX #60ABBB Fountain Blue

📋 copy color: '#60ABBB'

red 96 ◦ green 171 ◦ blue 187

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

Shades of Fountain Blue #60ABBB

Tints of Fountain Blue #60ABBB

RGB

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

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

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

R = 21.15%
G = 37.67%
B = 41.19%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60ABBB (or 0x60ABBB) is known color: Fountain Blue. HEX triplet: 60, AB and BB. RGB value is (96,171,187). Sum of RGB (Red+Green+Blue) = 96+171+187=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #60ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABBB is #9F5444. Grayscale: #969696. Windows color (decimal): -10441797 or 12299104. OLE color: 12299104.

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

Color convert

RGB 96 171 187 -
CMYK 0.49 0.09 0 0.27
HSL 190.55º 0.4% 0.55% -
HSV(B) 190.55º 0.49% 0.73% -
XYZ 28.36 35.2 52.31 -
YUV 150.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 96 171 187 0.49 0.09 0 0.27 190.55 0.4 0.55
Hex 60 AB BB 31 9 0 1B BF 28 37
Octal 140 253 273 61 11 0 33 277 50 67
Binary 1100000 10101011 10111011 110001 1001 0 11011 10111111 101000 110111

Color Harmonies of #60ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABBB

Black with #60ABBB

Text Example


Text Example

White with #60ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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