Html Css Color HEX #66BABB Fountain Blue

📋 copy color: '#66BABB'

red 102 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #66BABB

Tints of Fountain Blue #66BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 21.47%
G = 39.16%
B = 39.37%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#66BABB (or 0x66BABB) is known color: Fountain Blue. HEX triplet: 66, BA and BB. RGB value is (102,186,187). Sum of RGB (Red+Green+Blue) = 102+186+187=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #66BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABB is #994544. Grayscale: #A0A0A0. Windows color (decimal): -10044741 or 12302950. OLE color: 12302950.

HSL color Cylindrical-coordinate representation of color #66BABB: hue angle of 180.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BABB is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 187 -
CMYK 0.45 0.01 0 0.27
HSL 180.71º 0.38% 0.57% -
HSV(B) 180.71º 0.45% 0.73% -
XYZ 32.01 41.53 53.34 -
YUV 161 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 102 186 187 0.45 0.01 0 0.27 180.71 0.38 0.57
Hex 66 BA BB 2D 1 0 1B B5 26 39
Octal 146 272 273 55 1 0 33 265 46 71
Binary 1100110 10111010 10111011 101101 1 0 11011 10110101 100110 111001

Color Harmonies of #66BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BABB

Black with #66BABB

Text Example


Text Example

White with #66BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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