Html Css Color HEX #69ADB7 Fountain Blue

📋 copy color: '#69ADB7'

red 105 ◦ green 173 ◦ blue 183

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

Shades of Fountain Blue #69ADB7

Tints of Fountain Blue #69ADB7

RGB

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

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

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

R = 22.78%
G = 37.53%
B = 39.7%

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

#69ADB7 (or 0x69ADB7) is known color: Fountain Blue. HEX triplet: 69, AD and B7. RGB value is (105,173,183). Sum of RGB (Red+Green+Blue) = 105+173+183=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #69ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADB7 is #965248. Grayscale: #999999. Windows color (decimal): -9851465 or 12037481. OLE color: 12037481.

HSL color Cylindrical-coordinate representation of color #69ADB7: hue angle of 187.69º 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 #69ADB7 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 173 183 -
CMYK 0.43 0.05 0 0.28
HSL 187.69º 0.35% 0.56% -
HSV(B) 187.69º 0.43% 0.72% -
XYZ 29.32 36.31 50.26 -
YUV 153.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 105 173 183 0.43 0.05 0 0.28 187.69 0.35 0.56
Hex 69 AD B7 2B 5 0 1C BC 23 38
Octal 151 255 267 53 5 0 34 274 43 70
Binary 1101001 10101101 10110111 101011 101 0 11100 10111100 100011 111000

Color Harmonies of #69ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADB7

Black with #69ADB7

Text Example


Text Example

White with #69ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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