Html Css Color HEX #66AFBC Fountain Blue

📋 copy color: '#66AFBC'

red 102 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #66AFBC

Tints of Fountain Blue #66AFBC

RGB

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

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

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

R = 21.94%
G = 37.63%
B = 40.43%

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

#66AFBC (or 0x66AFBC) is known color: Fountain Blue. HEX triplet: 66, AF and BC. RGB value is (102,175,188). Sum of RGB (Red+Green+Blue) = 102+175+188=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #66AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFBC is #995043. Grayscale: #9A9A9A. Windows color (decimal): -10047556 or 12365670. OLE color: 12365670.

HSL color Cylindrical-coordinate representation of color #66AFBC: hue angle of 189.07º 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 #66AFBC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 175 188 -
CMYK 0.46 0.07 0 0.26
HSL 189.07º 0.39% 0.57% -
HSV(B) 189.07º 0.46% 0.74% -
XYZ 29.89 37.12 53.17 -
YUV 154.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 102 175 188 0.46 0.07 0 0.26 189.07 0.39 0.57
Hex 66 AF BC 2E 7 0 1A BD 27 39
Octal 146 257 274 56 7 0 32 275 47 71
Binary 1100110 10101111 10111100 101110 111 0 11010 10111101 100111 111001

Color Harmonies of #66AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFBC

Black with #66AFBC

Text Example


Text Example

White with #66AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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