Html Css Color HEX #66B0BE Fountain Blue

📋 copy color: '#66B0BE'

red 102 ◦ green 176 ◦ blue 190

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

Shades of Fountain Blue #66B0BE

Tints of Fountain Blue #66B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

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

R = 21.79%
G = 37.61%
B = 40.6%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66B0BE (or 0x66B0BE) is known color: Fountain Blue. HEX triplet: 66, B0 and BE. RGB value is (102,176,190). Sum of RGB (Red+Green+Blue) = 102+176+190=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0BE is #994F41. Grayscale: #9B9B9B. Windows color (decimal): -10047298 or 12496998. OLE color: 12496998.

HSL color Cylindrical-coordinate representation of color #66B0BE: hue angle of 189.55º 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 #66B0BE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 176 190 -
CMYK 0.46 0.07 0 0.25
HSL 189.55º 0.4% 0.57% -
HSV(B) 189.55º 0.46% 0.75% -
XYZ 30.3 37.59 54.37 -
YUV 155.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 102 176 190 0.46 0.07 0 0.25 189.55 0.4 0.57
Hex 66 B0 BE 2E 7 0 19 BE 28 39
Octal 146 260 276 56 7 0 31 276 50 71
Binary 1100110 10110000 10111110 101110 111 0 11001 10111110 101000 111001

Color Harmonies of #66B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B0BE

Black with #66B0BE

Text Example


Text Example

White with #66B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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