Html Css Color HEX #66B7BE Fountain Blue

📋 copy color: '#66B7BE'

red 102 ◦ green 183 ◦ blue 190

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

Shades of Fountain Blue #66B7BE

Tints of Fountain Blue #66B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 21.47%
G = 38.53%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66B7BE (or 0x66B7BE) is known color: Fountain Blue. HEX triplet: 66, B7 and BE. RGB value is (102,183,190). Sum of RGB (Red+Green+Blue) = 102+183+190=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7BE is #994841. Grayscale: #9F9F9F. Windows color (decimal): -10045506 or 12498790. OLE color: 12498790.

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

Color convert

RGB 102 183 190 -
CMYK 0.46 0.04 0 0.25
HSL 184.77º 0.4% 0.57% -
HSV(B) 184.77º 0.46% 0.75% -
XYZ 31.71 40.41 54.84 -
YUV 159.58 145.16 86.93 -
System Red Green Blue C M Y K H S L
Decimal 102 183 190 0.46 0.04 0 0.25 184.77 0.4 0.57
Hex 66 B7 BE 2E 4 0 19 B9 28 39
Octal 146 267 276 56 4 0 31 271 50 71
Binary 1100110 10110111 10111110 101110 100 0 11001 10111001 101000 111001

Color Harmonies of #66B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B7BE

Black with #66B7BE

Text Example


Text Example

White with #66B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,183,190); }

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

background-color css

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

 a { background-color: rgb(102,183,190); }

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

border-color css

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

 span { border-color: rgb(102,183,190); }

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