Html Css Color HEX #65AAB5 Fountain Blue

📋 copy color: '#65AAB5'

red 101 ◦ green 170 ◦ blue 181

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

Shades of Fountain Blue #65AAB5

Tints of Fountain Blue #65AAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 22.35%
G = 37.61%
B = 40.04%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#65AAB5 (or 0x65AAB5) is known color: Fountain Blue. HEX triplet: 65, AA and B5. RGB value is (101,170,181). Sum of RGB (Red+Green+Blue) = 101+170+181=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #65AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AAB5 is #9A554A. Grayscale: #969696. Windows color (decimal): -10114379 or 11905637. OLE color: 11905637.

HSL color Cylindrical-coordinate representation of color #65AAB5: hue angle of 188.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65AAB5 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 170 181 -
CMYK 0.44 0.06 0 0.29
HSL 188.25º 0.35% 0.55% -
HSV(B) 188.25º 0.44% 0.71% -
XYZ 28.08 34.85 48.96 -
YUV 150.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 101 170 181 0.44 0.06 0 0.29 188.25 0.35 0.55
Hex 65 AA B5 2C 6 0 1D BC 23 37
Octal 145 252 265 54 6 0 35 274 43 67
Binary 1100101 10101010 10110101 101100 110 0 11101 10111100 100011 110111

Color Harmonies of #65AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AAB5

Black with #65AAB5

Text Example


Text Example

White with #65AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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