#69AFAD

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

Shades of Fountain Blue #69AFAD

Tints of Fountain Blue #69AFAD

Color information

#69AFAD (or 0x69AFAD) is unknown color: approx Fountain Blue. HEX triplet: 69, AF and AD. RGB value is (105,175,173). Sum of RGB (Red+Green+Blue) = 105+175+173=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #69AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFAD is #965052. Grayscale: #999999. Windows color (decimal): -9850963 or 11382633. OLE color: 11382633.

HSL color Cylindrical-coordinate representation of color #69AFAD: hue angle of 178.29º 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 #69AFAD is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB105175173-
CMYK0.4000.010.31
HSL178.29º30.43%54.9%-
HSV(B)178.29º40%68.63%-
XYZ28.736.6845.1-
YUV153.84138.8193.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=23.18%
G=38.63%
B=38.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751730.4000.010.31178.2930.4354.9
Hex69AFAD28011Fb21e37
Octal1512572555001372623667
Binary1101001101011111010110110100001111111011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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