Html Css Color HEX #69A9BB Fountain Blue

📋 copy color: '#69A9BB'

red 105 ◦ green 169 ◦ blue 187

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

Shades of Fountain Blue #69A9BB

Tints of Fountain Blue #69A9BB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 22.78%
G = 36.66%
B = 40.56%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#69A9BB (or 0x69A9BB) is known color: Fountain Blue. HEX triplet: 69, A9 and BB. RGB value is (105,169,187). Sum of RGB (Red+Green+Blue) = 105+169+187=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #69A9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A9BB is #965644. Grayscale: #979797. Windows color (decimal): -9852485 or 12298601. OLE color: 12298601.

HSL color Cylindrical-coordinate representation of color #69A9BB: hue angle of 193.17º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69A9BB is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 169 187 -
CMYK 0.44 0.10 0 0.27
HSL 193.17º 0.38% 0.57% -
HSV(B) 193.17º 0.44% 0.73% -
XYZ 28.98 34.97 52.24 -
YUV 151.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 105 169 187 0.44 0.10 0 0.27 193.17 0.38 0.57
Hex 69 A9 BB 2C A 0 1B C1 26 39
Octal 151 251 273 54 12 0 33 301 46 71
Binary 1101001 10101001 10111011 101100 1010 0 11011 11000001 100110 111001

Color Harmonies of #69A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A9BB

Black with #69A9BB

Text Example


Text Example

White with #69A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,169,187); }

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

background-color css

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

 a { background-color: rgb(105,169,187); }

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

border-color css

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

 span { border-color: rgb(105,169,187); }

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