Html Css Color HEX #65B3BE Fountain Blue

📋 copy color: '#65B3BE'

red 101 ◦ green 179 ◦ blue 190

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

Shades of Fountain Blue #65B3BE

Tints of Fountain Blue #65B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 21.49%
G = 38.09%
B = 40.43%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65B3BE (or 0x65B3BE) is known color: Fountain Blue. HEX triplet: 65, B3 and BE. RGB value is (101,179,190). Sum of RGB (Red+Green+Blue) = 101+179+190=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3BE is #9A4C41. Grayscale: #9C9C9C. Windows color (decimal): -10112066 or 12497765. OLE color: 12497765.

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

Color convert

RGB 101 179 190 -
CMYK 0.47 0.06 0 0.25
HSL 187.42º 0.41% 0.57% -
HSV(B) 187.42º 0.47% 0.75% -
XYZ 30.78 38.72 54.57 -
YUV 156.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 101 179 190 0.47 0.06 0 0.25 187.42 0.41 0.57
Hex 65 B3 BE 2F 6 0 19 BB 29 39
Octal 145 263 276 57 6 0 31 273 51 71
Binary 1100101 10110011 10111110 101111 110 0 11001 10111011 101001 111001

Color Harmonies of #65B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B3BE

Black with #65B3BE

Text Example


Text Example

White with #65B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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