Html Css Color HEX #66ABBD Fountain Blue

📋 copy color: '#66ABBD'

red 102 ◦ green 171 ◦ blue 189

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

Shades of Fountain Blue #66ABBD

Tints of Fountain Blue #66ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 22.08%
G = 37.01%
B = 40.91%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#66ABBD (or 0x66ABBD) is known color: Fountain Blue. HEX triplet: 66, AB and BD. RGB value is (102,171,189). Sum of RGB (Red+Green+Blue) = 102+171+189=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #66ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABBD is #995442. Grayscale: #989898. Windows color (decimal): -10048579 or 12430182. OLE color: 12430182.

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

Color convert

RGB 102 171 189 -
CMYK 0.46 0.10 0 0.26
HSL 192.41º 0.4% 0.57% -
HSV(B) 192.41º 0.46% 0.74% -
XYZ 29.23 35.62 53.48 -
YUV 152.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 102 171 189 0.46 0.10 0 0.26 192.41 0.4 0.57
Hex 66 AB BD 2E A 0 1A C0 28 39
Octal 146 253 275 56 12 0 32 300 50 71
Binary 1100110 10101011 10111101 101110 1010 0 11010 11000000 101000 111001

Color Harmonies of #66ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABBD

Black with #66ABBD

Text Example


Text Example

White with #66ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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