#69ABAB

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

Shades of Fountain Blue #69ABAB

Tints of Fountain Blue #69ABAB

Color information

#69ABAB (or 0x69ABAB) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and AB. RGB value is (105,171,171). Sum of RGB (Red+Green+Blue) = 105+171+171=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #69ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ABAB is #965454. Grayscale: #979797. Windows color (decimal): -9851989 or 11250537. OLE color: 11250537.

HSL color Cylindrical-coordinate representation of color #69ABAB: hue angle of 180º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69ABAB is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105171171-
CMYK0.39000.33
HSL180º28.21%54.12%-
HSV(B)180º38.6%67.06%-
XYZ27.7435.0743.84-
YUV151.27139.1395-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=23.49%
G=38.26%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711710.39000.3318028.2154.12
Hex69ABAB270021b41c36
Octal1512532534700412643466
Binary11010011010101110101011100111001000011011010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69ABAB; }

 p { color: rgb(105,171,171); }

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

<style>
 a { background-color: #69ABAB; }

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

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

<style>
 span { border-color: #69ABAB; }

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

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