#6ABBBE

Color #6ABBBE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #6ABBBE

Tints of Fountain Blue #6ABBBE

Color information

#6ABBBE (or 0x6ABBBE) is unknown color: approx Fountain Blue. HEX triplet: 6A, BB and BE. RGB value is (106,187,190). Sum of RGB (Red+Green+Blue) = 106+187+190=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #6ABBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBBE is #954441. Grayscale: #A3A3A3. Windows color (decimal): -9782338 or 12499818. OLE color: 12499818.

HSL color Cylindrical-coordinate representation of color #6ABBBE: hue angle of 182.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABBBE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106187190-
CMYK0.440.0200.25
HSL182.14º39.25%58.04%-
HSV(B)182.14º44.21%74.51%-
XYZ33.0142.3255.14-
YUV163.12143.1687.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.95%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=21.95%
G=38.72%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061871900.440.0200.25182.1439.2558.04
Hex6ABBBE2C2019b6273a
Octal1522732765420312664772
Binary110101010111011101111101011001001100110110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ABBBE; }

 p { color: rgb(106,187,190); }

 H1.HeaderClassName
 {
   color: #6ABBBE;
 }
 .AnyTagClassName
 {
   color: #6ABBBE;
 }
</style>
background-color css

<style>
 a { background-color: #6ABBBE; }

 a { background-color: rgb(106,187,190); }

 div.DivClassName
 {
   background-color: #6ABBBE;
 }
 .BgClassName
 {
   background-color: #6ABBBE;
 }
</style>
border-color css

<style>
 span { border-color: #6ABBBE; }

 span { border-color: rgb(106,187,190); }

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