Html Css Color HEX #69ADBA Fountain Blue

📋 copy color: '#69ADBA'

red 105 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #69ADBA

Tints of Fountain Blue #69ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 22.63%
G = 37.28%
B = 40.09%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#69ADBA (or 0x69ADBA) is known color: Fountain Blue. HEX triplet: 69, AD and BA. RGB value is (105,173,186). Sum of RGB (Red+Green+Blue) = 105+173+186=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #69ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADBA is #965245. Grayscale: #9A9A9A. Windows color (decimal): -9851462 or 12234089. OLE color: 12234089.

HSL color Cylindrical-coordinate representation of color #69ADBA: hue angle of 189.63º degrees, saturation: 0.37, 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 #69ADBA is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 173 186 -
CMYK 0.44 0.07 0 0.27
HSL 189.63º 0.37% 0.57% -
HSV(B) 189.63º 0.44% 0.73% -
XYZ 29.63 36.44 51.93 -
YUV 154.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 105 173 186 0.44 0.07 0 0.27 189.63 0.37 0.57
Hex 69 AD BA 2C 7 0 1B BE 25 39
Octal 151 255 272 54 7 0 33 276 45 71
Binary 1101001 10101101 10111010 101100 111 0 11011 10111110 100101 111001

Color Harmonies of #69ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADBA

Black with #69ADBA

Text Example


Text Example

White with #69ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,186); }

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

background-color css

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

 a { background-color: rgb(105,173,186); }

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

border-color css

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

 span { border-color: rgb(105,173,186); }

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