Html Css Color HEX #65AEBF Fountain Blue

📋 copy color: '#65AEBF'

red 101 ◦ green 174 ◦ blue 191

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

Shades of Fountain Blue #65AEBF

Tints of Fountain Blue #65AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 21.67%
G = 37.34%
B = 40.99%

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

#65AEBF (or 0x65AEBF) is known color: Fountain Blue. HEX triplet: 65, AE and BF. RGB value is (101,174,191). Sum of RGB (Red+Green+Blue) = 101+174+191=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #65AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEBF is #9A5140. Grayscale: #999999. Windows color (decimal): -10113345 or 12562021. OLE color: 12562021.

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

Color convert

RGB 101 174 191 -
CMYK 0.47 0.09 0 0.25
HSL 191.33º 0.41% 0.57% -
HSV(B) 191.33º 0.47% 0.75% -
XYZ 29.91 36.8 54.82 -
YUV 154.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 101 174 191 0.47 0.09 0 0.25 191.33 0.41 0.57
Hex 65 AE BF 2F 9 0 19 BF 29 39
Octal 145 256 277 57 11 0 31 277 51 71
Binary 1100101 10101110 10111111 101111 1001 0 11001 10111111 101001 111001

Color Harmonies of #65AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AEBF

Black with #65AEBF

Text Example


Text Example

White with #65AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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