Html Css Color HEX #65BCBF Fountain Blue

📋 copy color: '#65BCBF'

red 101 ◦ green 188 ◦ blue 191

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

Shades of Fountain Blue #65BCBF

Tints of Fountain Blue #65BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.79%

R = 21.04%
G = 39.17%
B = 39.79%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65BCBF (or 0x65BCBF) is known color: Fountain Blue. HEX triplet: 65, BC and BF. RGB value is (101,188,191). Sum of RGB (Red+Green+Blue) = 101+188+191=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #65BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCBF is #9A4340. Grayscale: #A2A2A2. Windows color (decimal): -10109761 or 12565605. OLE color: 12565605.

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

Color convert

RGB 101 188 191 -
CMYK 0.47 0.02 0 0.25
HSL 182º 0.41% 0.57% -
HSV(B) 182º 0.47% 0.75% -
XYZ 32.75 42.49 55.77 -
YUV 162.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 101 188 191 0.47 0.02 0 0.25 182 0.41 0.57
Hex 65 BC BF 2F 2 0 19 B6 29 39
Octal 145 274 277 57 2 0 31 266 51 71
Binary 1100101 10111100 10111111 101111 10 0 11001 10110110 101001 111001

Color Harmonies of #65BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCBF

Black with #65BCBF

Text Example


Text Example

White with #65BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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