Html Css Color HEX #66BDC1 Fountain Blue

📋 copy color: '#66BDC1'

red 102 ◦ green 189 ◦ blue 193

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

Shades of Fountain Blue #66BDC1

Tints of Fountain Blue #66BDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 21.07%
G = 39.05%
B = 39.88%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#66BDC1 (or 0x66BDC1) is known color: Fountain Blue. HEX triplet: 66, BD and C1. RGB value is (102,189,193). Sum of RGB (Red+Green+Blue) = 102+189+193=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #66BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDC1 is #99423E. Grayscale: #A3A3A3. Windows color (decimal): -10043967 or 12696934. OLE color: 12696934.

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

Color convert

RGB 102 189 193 -
CMYK 0.47 0.02 0 0.24
HSL 182.64º 0.42% 0.58% -
HSV(B) 182.64º 0.47% 0.76% -
XYZ 33.3 43.07 57.01 -
YUV 163.44 144.68 84.17 -
System Red Green Blue C M Y K H S L
Decimal 102 189 193 0.47 0.02 0 0.24 182.64 0.42 0.58
Hex 66 BD C1 2F 2 0 18 B7 2A 3A
Octal 146 275 301 57 2 0 30 267 52 72
Binary 1100110 10111101 11000001 101111 10 0 11000 10110111 101010 111010

Color Harmonies of #66BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDC1

Black with #66BDC1

Text Example


Text Example

White with #66BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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