Html Css Color HEX #69AEBA Fountain Blue

📋 copy color: '#69AEBA'

red 105 ◦ green 174 ◦ blue 186

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

Shades of Fountain Blue #69AEBA

Tints of Fountain Blue #69AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

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

R = 22.58%
G = 37.42%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#69AEBA (or 0x69AEBA) is known color: Fountain Blue. HEX triplet: 69, AE and BA. RGB value is (105,174,186). Sum of RGB (Red+Green+Blue) = 105+174+186=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #69AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEBA is #965145. Grayscale: #9A9A9A. Windows color (decimal): -9851206 or 12234345. OLE color: 12234345.

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

Color convert

RGB 105 174 186 -
CMYK 0.44 0.06 0 0.27
HSL 188.89º 0.37% 0.57% -
HSV(B) 188.89º 0.44% 0.73% -
XYZ 29.82 36.82 51.99 -
YUV 154.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 105 174 186 0.44 0.06 0 0.27 188.89 0.37 0.57
Hex 69 AE BA 2C 6 0 1B BD 25 39
Octal 151 256 272 54 6 0 33 275 45 71
Binary 1101001 10101110 10111010 101100 110 0 11011 10111101 100101 111001

Color Harmonies of #69AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AEBA

Black with #69AEBA

Text Example


Text Example

White with #69AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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