Html Css Color HEX #66AFBE Fountain Blue

📋 copy color: '#66AFBE'

red 102 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #66AFBE

Tints of Fountain Blue #66AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 21.84%
G = 37.47%
B = 40.69%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66AFBE (or 0x66AFBE) is known color: Fountain Blue. HEX triplet: 66, AF and BE. RGB value is (102,175,190). Sum of RGB (Red+Green+Blue) = 102+175+190=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #66AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFBE is #995041. Grayscale: #9A9A9A. Windows color (decimal): -10047554 or 12496742. OLE color: 12496742.

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

Color convert

RGB 102 175 190 -
CMYK 0.46 0.08 0 0.25
HSL 190.23º 0.4% 0.57% -
HSV(B) 190.23º 0.46% 0.75% -
XYZ 30.1 37.2 54.31 -
YUV 154.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 102 175 190 0.46 0.08 0 0.25 190.23 0.4 0.57
Hex 66 AF BE 2E 8 0 19 BE 28 39
Octal 146 257 276 56 10 0 31 276 50 71
Binary 1100110 10101111 10111110 101110 1000 0 11001 10111110 101000 111001

Color Harmonies of #66AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFBE

Black with #66AFBE

Text Example


Text Example

White with #66AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,190); }

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

background-color css

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

 a { background-color: rgb(102,175,190); }

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

border-color css

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

 span { border-color: rgb(102,175,190); }

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