Html Css Color HEX #65B6BE Fountain Blue

📋 copy color: '#65B6BE'

red 101 ◦ green 182 ◦ blue 190

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

Shades of Fountain Blue #65B6BE

Tints of Fountain Blue #65B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.48%

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

R = 21.35%
G = 38.48%
B = 40.17%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65B6BE (or 0x65B6BE) is known color: Fountain Blue. HEX triplet: 65, B6 and BE. RGB value is (101,182,190). Sum of RGB (Red+Green+Blue) = 101+182+190=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B6BE is #9A4941. Grayscale: #9E9E9E. Windows color (decimal): -10111298 or 12498533. OLE color: 12498533.

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

Color convert

RGB 101 182 190 -
CMYK 0.47 0.04 0 0.25
HSL 185.39º 0.41% 0.57% -
HSV(B) 185.39º 0.47% 0.75% -
XYZ 31.39 39.94 54.77 -
YUV 158.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 101 182 190 0.47 0.04 0 0.25 185.39 0.41 0.57
Hex 65 B6 BE 2F 4 0 19 B9 29 39
Octal 145 266 276 57 4 0 31 271 51 71
Binary 1100101 10110110 10111110 101111 100 0 11001 10111001 101001 111001

Color Harmonies of #65B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B6BE

Black with #65B6BE

Text Example


Text Example

White with #65B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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