Html Css Color HEX #66AFBA Fountain Blue

📋 copy color: '#66AFBA'

red 102 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #66AFBA

Tints of Fountain Blue #66AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 22.03%
G = 37.8%
B = 40.17%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#66AFBA (or 0x66AFBA) is known color: Fountain Blue. HEX triplet: 66, AF and BA. RGB value is (102,175,186). Sum of RGB (Red+Green+Blue) = 102+175+186=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #66AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFBA is #995045. Grayscale: #9A9A9A. Windows color (decimal): -10047558 or 12234598. OLE color: 12234598.

HSL color Cylindrical-coordinate representation of color #66AFBA: hue angle of 187.86º 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 #66AFBA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 175 186 -
CMYK 0.45 0.06 0 0.27
HSL 187.86º 0.38% 0.56% -
HSV(B) 187.86º 0.45% 0.73% -
XYZ 29.67 37.03 52.04 -
YUV 154.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 102 175 186 0.45 0.06 0 0.27 187.86 0.38 0.56
Hex 66 AF BA 2D 6 0 1B BC 26 38
Octal 146 257 272 55 6 0 33 274 46 70
Binary 1100110 10101111 10111010 101101 110 0 11011 10111100 100110 111000

Color Harmonies of #66AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFBA

Black with #66AFBA

Text Example


Text Example

White with #66AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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