Html Css Color HEX #66BCBF Fountain Blue

📋 copy color: '#66BCBF'

red 102 ◦ green 188 ◦ blue 191

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

Shades of Fountain Blue #66BCBF

Tints of Fountain Blue #66BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 191 (75% from 255) = 39.71%

R = 21.21%
G = 39.09%
B = 39.71%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66BCBF (or 0x66BCBF) is known color: Fountain Blue. HEX triplet: 66, BC and BF. RGB value is (102,188,191). Sum of RGB (Red+Green+Blue) = 102+188+191=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #66BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCBF is #994340. Grayscale: #A2A2A2. Windows color (decimal): -10044225 or 12565606. OLE color: 12565606.

HSL color Cylindrical-coordinate representation of color #66BCBF: hue angle of 182.02º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BCBF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 188 191 -
CMYK 0.47 0.02 0 0.25
HSL 182.02º 0.41% 0.57% -
HSV(B) 182.02º 0.47% 0.75% -
XYZ 32.87 42.55 55.77 -
YUV 162.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 102 188 191 0.47 0.02 0 0.25 182.02 0.41 0.57
Hex 66 BC BF 2F 2 0 19 B6 29 39
Octal 146 274 277 57 2 0 31 266 51 71
Binary 1100110 10111100 10111111 101111 10 0 11001 10110110 101001 111001

Color Harmonies of #66BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCBF

Black with #66BCBF

Text Example


Text Example

White with #66BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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