Html Css Color HEX #66ABBC Fountain Blue

📋 copy color: '#66ABBC'

red 102 ◦ green 171 ◦ blue 188

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

Shades of Fountain Blue #66ABBC

Tints of Fountain Blue #66ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 22.13%
G = 37.09%
B = 40.78%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#66ABBC (or 0x66ABBC) is known color: Fountain Blue. HEX triplet: 66, AB and BC. RGB value is (102,171,188). Sum of RGB (Red+Green+Blue) = 102+171+188=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #66ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABBC is #995443. Grayscale: #989898. Windows color (decimal): -10048580 or 12364646. OLE color: 12364646.

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

Color convert

RGB 102 171 188 -
CMYK 0.46 0.09 0 0.26
HSL 191.86º 0.39% 0.57% -
HSV(B) 191.86º 0.46% 0.74% -
XYZ 29.12 35.58 52.91 -
YUV 152.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 102 171 188 0.46 0.09 0 0.26 191.86 0.39 0.57
Hex 66 AB BC 2E 9 0 1A C0 27 39
Octal 146 253 274 56 11 0 32 300 47 71
Binary 1100110 10101011 10111100 101110 1001 0 11010 11000000 100111 111001

Color Harmonies of #66ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABBC

Black with #66ABBC

Text Example


Text Example

White with #66ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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