Html Css Color HEX #69A4AB Fountain Blue

📋 copy color: '#69A4AB'

red 105 ◦ green 164 ◦ blue 171

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

Shades of Fountain Blue #69A4AB

Tints of Fountain Blue #69A4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

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

R = 23.86%
G = 37.27%
B = 38.86%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#69A4AB (or 0x69A4AB) is known color: Fountain Blue. HEX triplet: 69, A4 and AB. RGB value is (105,164,171). Sum of RGB (Red+Green+Blue) = 105+164+171=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #69A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A4AB is #965B54. Grayscale: #939393. Windows color (decimal): -9853781 or 11248745. OLE color: 11248745.

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

Color convert

RGB 105 164 171 -
CMYK 0.39 0.04 0 0.33
HSL 186.36º 0.28% 0.54% -
HSV(B) 186.36º 0.39% 0.67% -
XYZ 26.45 32.49 43.41 -
YUV 147.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 105 164 171 0.39 0.04 0 0.33 186.36 0.28 0.54
Hex 69 A4 AB 27 4 0 21 BA 1C 36
Octal 151 244 253 47 4 0 41 272 34 66
Binary 1101001 10100100 10101011 100111 100 0 100001 10111010 11100 110110

Color Harmonies of #69A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A4AB

Black with #69A4AB

Text Example


Text Example

White with #69A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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