Html Css Color HEX #65ACBE Fountain Blue

📋 copy color: '#65ACBE'

red 101 ◦ green 172 ◦ blue 190

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

Shades of Fountain Blue #65ACBE

Tints of Fountain Blue #65ACBE

RGB

 RED value IS 101 (39.84% from 255) = 21.81%

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 21.81%
G = 37.15%
B = 41.04%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65ACBE (or 0x65ACBE) is known color: Fountain Blue. HEX triplet: 65, AC and BE. RGB value is (101,172,190). Sum of RGB (Red+Green+Blue) = 101+172+190=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #65ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACBE is #9A5341. Grayscale: #989898. Windows color (decimal): -10113858 or 12495973. OLE color: 12495973.

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

Color convert

RGB 101 172 190 -
CMYK 0.47 0.09 0 0.25
HSL 192.13º 0.41% 0.57% -
HSV(B) 192.13º 0.47% 0.75% -
XYZ 29.41 35.99 54.11 -
YUV 152.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 101 172 190 0.47 0.09 0 0.25 192.13 0.41 0.57
Hex 65 AC BE 2F 9 0 19 C0 29 39
Octal 145 254 276 57 11 0 31 300 51 71
Binary 1100101 10101100 10111110 101111 1001 0 11001 11000000 101001 111001

Color Harmonies of #65ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACBE

Black with #65ACBE

Text Example


Text Example

White with #65ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65ACBE; }

 p { color: rgb(101,172,190); }

 H1.HeaderClassName
 {
   color: #65ACBE;
 }
 .AnyTagClassName
 {
   color: #65ACBE;
 }
</style>

background-color css

<style>
 a { background-color: #65ACBE; }

 a { background-color: rgb(101,172,190); }

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

border-color css

<style>
 span { border-color: #65ACBE; }

 span { border-color: rgb(101,172,190); }

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