Html Css Color HEX #66B0C0 Fountain Blue

📋 copy color: '#66B0C0'

red 102 ◦ green 176 ◦ blue 192

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

Shades of Fountain Blue #66B0C0

Tints of Fountain Blue #66B0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 21.7%
G = 37.45%
B = 40.85%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66B0C0 (or 0x66B0C0) is known color: Fountain Blue. HEX triplet: 66, B0 and C0. RGB value is (102,176,192). Sum of RGB (Red+Green+Blue) = 102+176+192=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #66B0C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0C0 is #994F3F. Grayscale: #9B9B9B. Windows color (decimal): -10047296 or 12628070. OLE color: 12628070.

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

Color convert

RGB 102 176 192 -
CMYK 0.47 0.08 0 0.25
HSL 190.67º 0.42% 0.58% -
HSV(B) 190.67º 0.47% 0.75% -
XYZ 30.52 37.68 55.53 -
YUV 155.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 102 176 192 0.47 0.08 0 0.25 190.67 0.42 0.58
Hex 66 B0 C0 2F 8 0 19 BF 2A 3A
Octal 146 260 300 57 10 0 31 277 52 72
Binary 1100110 10110000 11000000 101111 1000 0 11001 10111111 101010 111010

Color Harmonies of #66B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B0C0

Black with #66B0C0

Text Example


Text Example

White with #66B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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