#69ABB7

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

Shades of Fountain Blue #69ABB7

Tints of Fountain Blue #69ABB7

Color information

#69ABB7 (or 0x69ABB7) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and B7. RGB value is (105,171,183). Sum of RGB (Red+Green+Blue) = 105+171+183=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #69ABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABB7 is #965448. Grayscale: #989898. Windows color (decimal): -9851977 or 12036969. OLE color: 12036969.

HSL color Cylindrical-coordinate representation of color #69ABB7: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69ABB7 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB105171183-
CMYK0.430.0700.28
HSL189.23º35.14%56.47%-
HSV(B)189.23º42.62%71.76%-
XYZ28.9435.5550.14-
YUV152.63145.1394.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=22.88%
G=37.25%
B=39.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051711830.430.0700.28189.2335.1456.47
Hex69ABB72B701Cbd2338
Octal1512532675370342754370
Binary1101001101010111011011110101111101110010111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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