Html Css Color HEX #66BBBA Fountain Blue

📋 copy color: '#66BBBA'

red 102 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #66BBBA

Tints of Fountain Blue #66BBBA

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #66BBBA: hue angle of 179.29º 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 #66BBBA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 187 186 -
CMYK 0.45 0 0.01 0.27
HSL 179.29º 0.38% 0.57% -
HSV(B) 179.29º 0.45% 0.73% -
XYZ 32.11 41.91 52.85 -
YUV 161.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 102 187 186 0.45 0 0.01 0.27 179.29 0.38 0.57
Hex 66 BB BA 2D 0 1 1B B3 26 39
Octal 146 273 272 55 0 1 33 263 46 71
Binary 1100110 10111011 10111010 101101 0 1 11011 10110011 100110 111001

Color Harmonies of #66BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBBA

Black with #66BBBA

Text Example


Text Example

White with #66BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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