Html Css Color HEX #66ADBA Fountain Blue

📋 copy color: '#66ADBA'

red 102 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #66ADBA

Tints of Fountain Blue #66ADBA

RGB

 RED value IS 102 (40.23% from 255) = 22.13%

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

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

R = 22.13%
G = 37.53%
B = 40.35%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#66ADBA (or 0x66ADBA) is known color: Fountain Blue. HEX triplet: 66, AD and BA. RGB value is (102,173,186). Sum of RGB (Red+Green+Blue) = 102+173+186=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #66ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBA is #995245. Grayscale: #999999. Windows color (decimal): -10048070 or 12234086. OLE color: 12234086.

HSL color Cylindrical-coordinate representation of color #66ADBA: hue angle of 189.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66ADBA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 173 186 -
CMYK 0.45 0.07 0 0.27
HSL 189.29º 0.38% 0.56% -
HSV(B) 189.29º 0.45% 0.73% -
XYZ 29.29 36.26 51.91 -
YUV 153.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 102 173 186 0.45 0.07 0 0.27 189.29 0.38 0.56
Hex 66 AD BA 2D 7 0 1B BD 26 38
Octal 146 255 272 55 7 0 33 275 46 70
Binary 1100110 10101101 10111010 101101 111 0 11011 10111101 100110 111000

Color Harmonies of #66ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADBA

Black with #66ADBA

Text Example


Text Example

White with #66ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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