#69AFAF

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

Shades of Fountain Blue #69AFAF

Tints of Fountain Blue #69AFAF

Color information

#69AFAF (or 0x69AFAF) is unknown color: approx Fountain Blue. HEX triplet: 69, AF and AF. RGB value is (105,175,175). Sum of RGB (Red+Green+Blue) = 105+175+175=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #69AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFAF is #965050. Grayscale: #9A9A9A. Windows color (decimal): -9850961 or 11513705. OLE color: 11513705.

HSL color Cylindrical-coordinate representation of color #69AFAF: hue angle of 180º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AFAF is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105175175-
CMYK0.40000.31
HSL180º30.43%54.9%-
HSV(B)180º40%68.63%-
XYZ28.8936.7646.13-
YUV154.07139.8193-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.08%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751750.40000.3118030.4354.9
Hex69AFAF28001Fb41e37
Octal1512572575000372643667
Binary1101001101011111010111110100000111111011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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