Html Css Color HEX #66BBC3 Fountain Blue

📋 copy color: '#66BBC3'

red 102 ◦ green 187 ◦ blue 195

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

Shades of Fountain Blue #66BBC3

Tints of Fountain Blue #66BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 21.07%
G = 38.64%
B = 40.29%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#66BBC3 (or 0x66BBC3) is known color: Fountain Blue. HEX triplet: 66, BB and C3. RGB value is (102,187,195). Sum of RGB (Red+Green+Blue) = 102+187+195=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #66BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBC3 is #99443C. Grayscale: #A2A2A2. Windows color (decimal): -10044477 or 12827494. OLE color: 12827494.

HSL color Cylindrical-coordinate representation of color #66BBC3: hue angle of 185.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66BBC3 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 187 195 -
CMYK 0.48 0.04 0 0.24
HSL 185.16º 0.44% 0.58% -
HSV(B) 185.16º 0.48% 0.76% -
XYZ 33.1 42.31 58.05 -
YUV 162.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 102 187 195 0.48 0.04 0 0.24 185.16 0.44 0.58
Hex 66 BB C3 30 4 0 18 B9 2C 3A
Octal 146 273 303 60 4 0 30 271 54 72
Binary 1100110 10111011 11000011 110000 100 0 11000 10111001 101100 111010

Color Harmonies of #66BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBC3

Black with #66BBC3

Text Example


Text Example

White with #66BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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