Html Css Color HEX #65B5BA Fountain Blue

📋 copy color: '#65B5BA'

red 101 ◦ green 181 ◦ blue 186

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

Shades of Fountain Blue #65B5BA

Tints of Fountain Blue #65B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 21.58%
G = 38.68%
B = 39.74%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#65B5BA (or 0x65B5BA) is known color: Fountain Blue. HEX triplet: 65, B5 and BA. RGB value is (101,181,186). Sum of RGB (Red+Green+Blue) = 101+181+186=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #65B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B5BA is #9A4A45. Grayscale: #9D9D9D. Windows color (decimal): -10111558 or 12236133. OLE color: 12236133.

HSL color Cylindrical-coordinate representation of color #65B5BA: hue angle of 183.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65B5BA is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 181 186 -
CMYK 0.46 0.03 0 0.27
HSL 183.53º 0.38% 0.56% -
HSV(B) 183.53º 0.46% 0.73% -
XYZ 30.75 39.36 52.43 -
YUV 157.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 101 181 186 0.46 0.03 0 0.27 183.53 0.38 0.56
Hex 65 B5 BA 2E 3 0 1B B8 26 38
Octal 145 265 272 56 3 0 33 270 46 70
Binary 1100101 10110101 10111010 101110 11 0 11011 10111000 100110 111000

Color Harmonies of #65B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B5BA

Black with #65B5BA

Text Example


Text Example

White with #65B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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