Html Css Color HEX #65AEBC Fountain Blue

📋 copy color: '#65AEBC'

red 101 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #65AEBC

Tints of Fountain Blue #65AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 21.81%
G = 37.58%
B = 40.6%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#65AEBC (or 0x65AEBC) is known color: Fountain Blue. HEX triplet: 65, AE and BC. RGB value is (101,174,188). Sum of RGB (Red+Green+Blue) = 101+174+188=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #65AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEBC is #9A5143. Grayscale: #999999. Windows color (decimal): -10113348 or 12365413. OLE color: 12365413.

HSL color Cylindrical-coordinate representation of color #65AEBC: hue angle of 189.66º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65AEBC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 174 188 -
CMYK 0.46 0.07 0 0.26
HSL 189.66º 0.39% 0.57% -
HSV(B) 189.66º 0.46% 0.74% -
XYZ 29.58 36.67 53.1 -
YUV 153.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 101 174 188 0.46 0.07 0 0.26 189.66 0.39 0.57
Hex 65 AE BC 2E 7 0 1A BE 27 39
Octal 145 256 274 56 7 0 32 276 47 71
Binary 1100101 10101110 10111100 101110 111 0 11010 10111110 100111 111001

Color Harmonies of #65AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AEBC

Black with #65AEBC

Text Example


Text Example

White with #65AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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