Html Css Color HEX #69AEAD Fountain Blue

📋 copy color: '#69AEAD'

red 105 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #69AEAD

Tints of Fountain Blue #69AEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 23.23%
G = 38.5%
B = 38.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#69AEAD (or 0x69AEAD) is known color: Fountain Blue. HEX triplet: 69, AE and AD. RGB value is (105,174,173). Sum of RGB (Red+Green+Blue) = 105+174+173=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #69AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AEAD is #965152. Grayscale: #999999. Windows color (decimal): -9851219 or 11382377. OLE color: 11382377.

HSL color Cylindrical-coordinate representation of color #69AEAD: hue angle of 179.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AEAD is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 174 173 -
CMYK 0.40 0 0.01 0.32
HSL 179.13º 0.3% 0.55% -
HSV(B) 179.13º 0.4% 0.68% -
XYZ 28.5 36.29 45.04 -
YUV 153.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 105 174 173 0.40 0 0.01 0.32 179.13 0.3 0.55
Hex 69 AE AD 28 0 1 20 B3 1E 37
Octal 151 256 255 50 0 1 40 263 36 67
Binary 1101001 10101110 10101101 101000 0 1 100000 10110011 11110 110111

Color Harmonies of #69AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AEAD

Black with #69AEAD

Text Example


Text Example

White with #69AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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