Html Css Color HEX #66BBBF Fountain Blue

📋 copy color: '#66BBBF'

red 102 ◦ green 187 ◦ blue 191

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

Shades of Fountain Blue #66BBBF

Tints of Fountain Blue #66BBBF

RGB

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

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

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

R = 21.25%
G = 38.96%
B = 39.79%

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

#66BBBF (or 0x66BBBF) is known color: Fountain Blue. HEX triplet: 66, BB and BF. RGB value is (102,187,191). Sum of RGB (Red+Green+Blue) = 102+187+191=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #66BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBBF is #994440. Grayscale: #A1A1A1. Windows color (decimal): -10044481 or 12565350. OLE color: 12565350.

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

Color convert

RGB 102 187 191 -
CMYK 0.47 0.02 0 0.25
HSL 182.7º 0.41% 0.57% -
HSV(B) 182.7º 0.47% 0.75% -
XYZ 32.65 42.13 55.7 -
YUV 162.04 144.34 85.17 -
System Red Green Blue C M Y K H S L
Decimal 102 187 191 0.47 0.02 0 0.25 182.7 0.41 0.57
Hex 66 BB BF 2F 2 0 19 B7 29 39
Octal 146 273 277 57 2 0 31 267 51 71
Binary 1100110 10111011 10111111 101111 10 0 11001 10110111 101001 111001

Color Harmonies of #66BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBBF

Black with #66BBBF

Text Example


Text Example

White with #66BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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