Html Css Color HEX #65BCBE Fountain Blue

📋 copy color: '#65BCBE'

red 101 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #65BCBE

Tints of Fountain Blue #65BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 21.09%
G = 39.25%
B = 39.67%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65BCBE (or 0x65BCBE) is known color: Fountain Blue. HEX triplet: 65, BC and BE. RGB value is (101,188,190). Sum of RGB (Red+Green+Blue) = 101+188+190=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #65BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCBE is #9A4341. Grayscale: #A2A2A2. Windows color (decimal): -10109762 or 12500069. OLE color: 12500069.

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

Color convert

RGB 101 188 190 -
CMYK 0.47 0.01 0 0.25
HSL 181.35º 0.41% 0.57% -
HSV(B) 181.35º 0.47% 0.75% -
XYZ 32.64 42.45 55.19 -
YUV 162.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 101 188 190 0.47 0.01 0 0.25 181.35 0.41 0.57
Hex 65 BC BE 2F 1 0 19 B5 29 39
Octal 145 274 276 57 1 0 31 265 51 71
Binary 1100101 10111100 10111110 101111 1 0 11001 10110101 101001 111001

Color Harmonies of #65BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCBE

Black with #65BCBE

Text Example


Text Example

White with #65BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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