Html Css Color HEX #66ADBF Fountain Blue

📋 copy color: '#66ADBF'

red 102 ◦ green 173 ◦ blue 191

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

Shades of Fountain Blue #66ADBF

Tints of Fountain Blue #66ADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 21.89%
G = 37.12%
B = 40.99%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66ADBF (or 0x66ADBF) is known color: Fountain Blue. HEX triplet: 66, AD and BF. RGB value is (102,173,191). Sum of RGB (Red+Green+Blue) = 102+173+191=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #66ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBF is #995240. Grayscale: #999999. Windows color (decimal): -10048065 or 12561766. OLE color: 12561766.

HSL color Cylindrical-coordinate representation of color #66ADBF: hue angle of 192.13º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66ADBF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 173 191 -
CMYK 0.47 0.09 0 0.25
HSL 192.13º 0.41% 0.57% -
HSV(B) 192.13º 0.47% 0.75% -
XYZ 29.83 36.47 54.76 -
YUV 153.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 102 173 191 0.47 0.09 0 0.25 192.13 0.41 0.57
Hex 66 AD BF 2F 9 0 19 C0 29 39
Octal 146 255 277 57 11 0 31 300 51 71
Binary 1100110 10101101 10111111 101111 1001 0 11001 11000000 101001 111001

Color Harmonies of #66ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADBF

Black with #66ADBF

Text Example


Text Example

White with #66ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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