Html Css Color HEX #65AAB7 Fountain Blue

📋 copy color: '#65AAB7'

red 101 ◦ green 170 ◦ blue 183

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

Shades of Fountain Blue #65AAB7

Tints of Fountain Blue #65AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 22.25%
G = 37.44%
B = 40.31%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#65AAB7 (or 0x65AAB7) is known color: Fountain Blue. HEX triplet: 65, AA and B7. RGB value is (101,170,183). Sum of RGB (Red+Green+Blue) = 101+170+183=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #65AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AAB7 is #9A5548. Grayscale: #969696. Windows color (decimal): -10114377 or 12036709. OLE color: 12036709.

HSL color Cylindrical-coordinate representation of color #65AAB7: hue angle of 189.51º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65AAB7 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 170 183 -
CMYK 0.45 0.07 0 0.28
HSL 189.51º 0.36% 0.56% -
HSV(B) 189.51º 0.45% 0.72% -
XYZ 28.29 34.94 50.05 -
YUV 150.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 101 170 183 0.45 0.07 0 0.28 189.51 0.36 0.56
Hex 65 AA B7 2D 7 0 1C BE 24 38
Octal 145 252 267 55 7 0 34 276 44 70
Binary 1100101 10101010 10110111 101101 111 0 11100 10111110 100100 111000

Color Harmonies of #65AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AAB7

Black with #65AAB7

Text Example


Text Example

White with #65AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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