Html Css Color HEX #69A0AB Fountain Blue

📋 copy color: '#69A0AB'

red 105 ◦ green 160 ◦ blue 171

#69A0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #69A0AB

Tints of Fountain Blue #69A0AB

RGB

 RED value IS 105 (41.41% from 255) = 24.08%

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 24.08%
G = 36.7%
B = 39.22%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#69A0AB (or 0x69A0AB) is known color: Fountain Blue. HEX triplet: 69, A0 and AB. RGB value is (105,160,171). Sum of RGB (Red+Green+Blue) = 105+160+171=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #69A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A0AB is #965F54. Grayscale: #909090. Windows color (decimal): -9854805 or 11247721. OLE color: 11247721.

HSL color Cylindrical-coordinate representation of color #69A0AB: hue angle of 190º 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 #69A0AB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 160 171 -
CMYK 0.39 0.06 0 0.33
HSL 190º 0.28% 0.54% -
HSV(B) 190º 0.39% 0.67% -
XYZ 25.75 31.09 43.17 -
YUV 144.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 105 160 171 0.39 0.06 0 0.33 190 0.28 0.54
Hex 69 A0 AB 27 6 0 21 BE 1C 36
Octal 151 240 253 47 6 0 41 276 34 66
Binary 1101001 10100000 10101011 100111 110 0 100001 10111110 11100 110110

Color Harmonies of #69A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A0AB

Black with #69A0AB

Text Example


Text Example

White with #69A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69A0AB;
 }
 .AnyTagClassName
 {
   color: #69A0AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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