Html Css Color HEX #65AABF Fountain Blue

📋 copy color: '#65AABF'

red 101 ◦ green 170 ◦ blue 191

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

Shades of Fountain Blue #65AABF

Tints of Fountain Blue #65AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 191 (75% from 255) = 41.34%

R = 21.86%
G = 36.8%
B = 41.34%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65AABF (or 0x65AABF) is known color: Fountain Blue. HEX triplet: 65, AA and BF. RGB value is (101,170,191). Sum of RGB (Red+Green+Blue) = 101+170+191=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #65AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AABF is #9A5540. Grayscale: #979797. Windows color (decimal): -10114369 or 12560997. OLE color: 12560997.

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

Color convert

RGB 101 170 191 -
CMYK 0.47 0.11 0 0.25
HSL 194º 0.41% 0.57% -
HSV(B) 194º 0.47% 0.75% -
XYZ 29.15 35.28 54.56 -
YUV 151.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 101 170 191 0.47 0.11 0 0.25 194 0.41 0.57
Hex 65 AA BF 2F B 0 19 C2 29 39
Octal 145 252 277 57 13 0 31 302 51 71
Binary 1100101 10101010 10111111 101111 1011 0 11001 11000010 101001 111001

Color Harmonies of #65AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AABF

Black with #65AABF

Text Example


Text Example

White with #65AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,170,191); }

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

background-color css

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

 a { background-color: rgb(101,170,191); }

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

border-color css

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

 span { border-color: rgb(101,170,191); }

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