Html Css Color HEX #66AEBC Fountain Blue

📋 copy color: '#66AEBC'

red 102 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #66AEBC

Tints of Fountain Blue #66AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 21.98%
G = 37.5%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#66AEBC (or 0x66AEBC) is known color: Fountain Blue. HEX triplet: 66, AE and BC. RGB value is (102,174,188). Sum of RGB (Red+Green+Blue) = 102+174+188=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #66AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEBC is #995143. Grayscale: #999999. Windows color (decimal): -10047812 or 12365414. OLE color: 12365414.

HSL color Cylindrical-coordinate representation of color #66AEBC: hue angle of 189.77º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66AEBC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 174 188 -
CMYK 0.46 0.07 0 0.26
HSL 189.77º 0.39% 0.57% -
HSV(B) 189.77º 0.46% 0.74% -
XYZ 29.69 36.73 53.1 -
YUV 154.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 102 174 188 0.46 0.07 0 0.26 189.77 0.39 0.57
Hex 66 AE BC 2E 7 0 1A BE 27 39
Octal 146 256 274 56 7 0 32 276 47 71
Binary 1100110 10101110 10111100 101110 111 0 11010 10111110 100111 111001

Color Harmonies of #66AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEBC

Black with #66AEBC

Text Example


Text Example

White with #66AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,174,188); }

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

background-color css

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

 a { background-color: rgb(102,174,188); }

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

border-color css

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

 span { border-color: rgb(102,174,188); }

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