Html Css Color HEX #66ADBB Fountain Blue

📋 copy color: '#66ADBB'

red 102 ◦ green 173 ◦ blue 187

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

Shades of Fountain Blue #66ADBB

Tints of Fountain Blue #66ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 22.08%
G = 37.45%
B = 40.48%

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

#66ADBB (or 0x66ADBB) is known color: Fountain Blue. HEX triplet: 66, AD and BB. RGB value is (102,173,187). Sum of RGB (Red+Green+Blue) = 102+173+187=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #66ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBB is #995244. Grayscale: #999999. Windows color (decimal): -10048069 or 12299622. OLE color: 12299622.

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

Color convert

RGB 102 173 187 -
CMYK 0.45 0.07 0 0.27
HSL 189.88º 0.38% 0.57% -
HSV(B) 189.88º 0.45% 0.73% -
XYZ 29.39 36.3 52.47 -
YUV 153.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 102 173 187 0.45 0.07 0 0.27 189.88 0.38 0.57
Hex 66 AD BB 2D 7 0 1B BE 26 39
Octal 146 255 273 55 7 0 33 276 46 71
Binary 1100110 10101101 10111011 101101 111 0 11011 10111110 100110 111001

Color Harmonies of #66ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADBB

Black with #66ADBB

Text Example


Text Example

White with #66ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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