#65BEC1

Color #65BEC1 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #65BEC1

Tints of Fountain Blue #65BEC1

Color information

#65BEC1 (or 0x65BEC1) is unknown color: approx Fountain Blue. HEX triplet: 65, BE and C1. RGB value is (101,190,193). Sum of RGB (Red+Green+Blue) = 101+190+193=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #65BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEC1 is #9A413E. Grayscale: #A3A3A3. Windows color (decimal): -10109247 or 12697189. OLE color: 12697189.

HSL color Cylindrical-coordinate representation of color #65BEC1: hue angle of 181.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65BEC1 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101190193-
CMYK0.480.0200.24
HSL181.96º42.59%57.65%-
HSV(B)181.96º47.67%75.69%-
XYZ33.4143.4457.08-
YUV163.73144.5183.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.87%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=20.87%
G=39.26%
B=39.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011901930.480.0200.24181.9642.5957.65
Hex65BEC1302018b62b3a
Octal1452763016020302665372
Binary110010110111110110000011100001001100010110110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65BEC1;
 }
 .AnyTagClassName
 {
   color: #65BEC1;
 }
</style>
background-color css

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

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

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

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

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

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