Html Css Color HEX #65BCC5 Fountain Blue

📋 copy color: '#65BCC5'

red 101 ◦ green 188 ◦ blue 197

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

Shades of Fountain Blue #65BCC5

Tints of Fountain Blue #65BCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 20.78%
G = 38.68%
B = 40.53%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#65BCC5 (or 0x65BCC5) is known color: Fountain Blue. HEX triplet: 65, BC and C5. RGB value is (101,188,197). Sum of RGB (Red+Green+Blue) = 101+188+197=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #65BCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCC5 is #9A433A. Grayscale: #A2A2A2. Windows color (decimal): -10109755 or 12958821. OLE color: 12958821.

HSL color Cylindrical-coordinate representation of color #65BCC5: hue angle of 185.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65BCC5 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 188 197 -
CMYK 0.49 0.05 0 0.23
HSL 185.63º 0.45% 0.58% -
HSV(B) 185.63º 0.49% 0.77% -
XYZ 33.43 42.76 59.32 -
YUV 163.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 101 188 197 0.49 0.05 0 0.23 185.63 0.45 0.58
Hex 65 BC C5 31 5 0 17 BA 2D 3A
Octal 145 274 305 61 5 0 27 272 55 72
Binary 1100101 10111100 11000101 110001 101 0 10111 10111010 101101 111010

Color Harmonies of #65BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCC5

Black with #65BCC5

Text Example


Text Example

White with #65BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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