Html Css Color HEX #65AFBE Fountain Blue

📋 copy color: '#65AFBE'

red 101 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #65AFBE

Tints of Fountain Blue #65AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.55%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 21.67%
G = 37.55%
B = 40.77%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65AFBE (or 0x65AFBE) is known color: Fountain Blue. HEX triplet: 65, AF and BE. RGB value is (101,175,190). Sum of RGB (Red+Green+Blue) = 101+175+190=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #65AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFBE is #9A5041. Grayscale: #9A9A9A. Windows color (decimal): -10113090 or 12496741. OLE color: 12496741.

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

Color convert

RGB 101 175 190 -
CMYK 0.47 0.08 0 0.25
HSL 190.11º 0.41% 0.57% -
HSV(B) 190.11º 0.47% 0.75% -
XYZ 29.99 37.14 54.3 -
YUV 154.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 101 175 190 0.47 0.08 0 0.25 190.11 0.41 0.57
Hex 65 AF BE 2F 8 0 19 BE 29 39
Octal 145 257 276 57 10 0 31 276 51 71
Binary 1100101 10101111 10111110 101111 1000 0 11001 10111110 101001 111001

Color Harmonies of #65AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AFBE

Black with #65AFBE

Text Example


Text Example

White with #65AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,175,190); }

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

background-color css

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

 a { background-color: rgb(101,175,190); }

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

border-color css

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

 span { border-color: rgb(101,175,190); }

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