Html Css Color HEX #69AEB7 Fountain Blue

📋 copy color: '#69AEB7'

red 105 ◦ green 174 ◦ blue 183

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

Shades of Fountain Blue #69AEB7

Tints of Fountain Blue #69AEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 22.73%
G = 37.66%
B = 39.61%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#69AEB7 (or 0x69AEB7) is known color: Fountain Blue. HEX triplet: 69, AE and B7. RGB value is (105,174,183). Sum of RGB (Red+Green+Blue) = 105+174+183=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #69AEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEB7 is #965148. Grayscale: #9A9A9A. Windows color (decimal): -9851209 or 12037737. OLE color: 12037737.

HSL color Cylindrical-coordinate representation of color #69AEB7: hue angle of 186.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69AEB7 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 174 183 -
CMYK 0.43 0.05 0 0.28
HSL 186.92º 0.35% 0.56% -
HSV(B) 186.92º 0.43% 0.72% -
XYZ 29.51 36.69 50.33 -
YUV 154.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 105 174 183 0.43 0.05 0 0.28 186.92 0.35 0.56
Hex 69 AE B7 2B 5 0 1C BB 23 38
Octal 151 256 267 53 5 0 34 273 43 70
Binary 1101001 10101110 10110111 101011 101 0 11100 10111011 100011 111000

Color Harmonies of #69AEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AEB7

Black with #69AEB7

Text Example


Text Example

White with #69AEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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