Html Css Color HEX #66BDC3 Fountain Blue

📋 copy color: '#66BDC3'

red 102 ◦ green 189 ◦ blue 195

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

Shades of Fountain Blue #66BDC3

Tints of Fountain Blue #66BDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

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

R = 20.99%
G = 38.89%
B = 40.12%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#66BDC3 (or 0x66BDC3) is known color: Fountain Blue. HEX triplet: 66, BD and C3. RGB value is (102,189,195). Sum of RGB (Red+Green+Blue) = 102+189+195=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #66BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDC3 is #99423C. Grayscale: #A3A3A3. Windows color (decimal): -10043965 or 12828006. OLE color: 12828006.

HSL color Cylindrical-coordinate representation of color #66BDC3: hue angle of 183.87º 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 #66BDC3 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 189 195 -
CMYK 0.48 0.03 0 0.24
HSL 183.87º 0.44% 0.58% -
HSV(B) 183.87º 0.48% 0.76% -
XYZ 33.53 43.16 58.19 -
YUV 163.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 102 189 195 0.48 0.03 0 0.24 183.87 0.44 0.58
Hex 66 BD C3 30 3 0 18 B8 2C 3A
Octal 146 275 303 60 3 0 30 270 54 72
Binary 1100110 10111101 11000011 110000 11 0 11000 10111000 101100 111010

Color Harmonies of #66BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDC3

Black with #66BDC3

Text Example


Text Example

White with #66BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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