Html Css Color HEX #65AABA Fountain Blue

📋 copy color: '#65AABA'

red 101 ◦ green 170 ◦ blue 186

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

Shades of Fountain Blue #65AABA

Tints of Fountain Blue #65AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 22.1%
G = 37.2%
B = 40.7%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#65AABA (or 0x65AABA) is known color: Fountain Blue. HEX triplet: 65, AA and BA. RGB value is (101,170,186). Sum of RGB (Red+Green+Blue) = 101+170+186=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #65AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AABA is #9A5545. Grayscale: #979797. Windows color (decimal): -10114374 or 12233317. OLE color: 12233317.

HSL color Cylindrical-coordinate representation of color #65AABA: hue angle of 191.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65AABA is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 170 186 -
CMYK 0.46 0.09 0 0.27
HSL 191.29º 0.38% 0.56% -
HSV(B) 191.29º 0.46% 0.73% -
XYZ 28.6 35.06 51.71 -
YUV 151.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 101 170 186 0.46 0.09 0 0.27 191.29 0.38 0.56
Hex 65 AA BA 2E 9 0 1B BF 26 38
Octal 145 252 272 56 11 0 33 277 46 70
Binary 1100101 10101010 10111010 101110 1001 0 11011 10111111 100110 111000

Color Harmonies of #65AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AABA

Black with #65AABA

Text Example


Text Example

White with #65AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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