#69AFB3

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

Shades of Fountain Blue #69AFB3

Tints of Fountain Blue #69AFB3

Color information

#69AFB3 (or 0x69AFB3) is unknown color: approx Fountain Blue. HEX triplet: 69, AF and B3. RGB value is (105,175,179). Sum of RGB (Red+Green+Blue) = 105+175+179=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #69AFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFB3 is #96504C. Grayscale: #9A9A9A. Windows color (decimal): -9850957 or 11775849. OLE color: 11775849.

HSL color Cylindrical-coordinate representation of color #69AFB3: hue angle of 183.24º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69AFB3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105175179-
CMYK0.410.0200.30
HSL183.24º32.74%55.69%-
HSV(B)183.24º41.34%70.2%-
XYZ29.2936.9248.23-
YUV154.53141.8192.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=22.88%
G=38.13%
B=39.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051751790.410.0200.30183.2432.7455.69
Hex69AFB329201Eb72138
Octal1512572635120362674170
Binary110100110101111101100111010011001111010110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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