#65BABE

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

Shades of Fountain Blue #65BABE

Tints of Fountain Blue #65BABE

Color information

#65BABE (or 0x65BABE) is unknown color: approx Fountain Blue. HEX triplet: 65, BA and BE. RGB value is (101,186,190). Sum of RGB (Red+Green+Blue) = 101+186+190=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #65BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BABE is #9A4541. Grayscale: #A0A0A0. Windows color (decimal): -10110274 or 12499557. OLE color: 12499557.

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

Color convert

RGB101186190-
CMYK0.470.0200.25
HSL182.7º40.64%57.06%-
HSV(B)182.7º46.84%74.51%-
XYZ32.2241.655.05-
YUV161.04144.3485.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.17%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=21.17%
G=38.99%
B=39.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011861900.470.0200.25182.740.6457.06
Hex65BABE2F2019b72939
Octal1452722765720312675171
Binary110010110111010101111101011111001100110110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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