#65B9C4

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

Shades of Fountain Blue #65B9C4

Tints of Fountain Blue #65B9C4

Color information

#65B9C4 (or 0x65B9C4) is unknown color: approx Fountain Blue. HEX triplet: 65, B9 and C4. RGB value is (101,185,196). Sum of RGB (Red+Green+Blue) = 101+185+196=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #65B9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B9C4 is #9A463B. Grayscale: #A1A1A1. Windows color (decimal): -10110524 or 12892517. OLE color: 12892517.

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

Color convert

RGB101185196-
CMYK0.480.0600.23
HSL186.95º44.6%58.24%-
HSV(B)186.95º48.47%76.86%-
XYZ32.6841.4558.5-
YUV161.14147.6785.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.95%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=20.95%
G=38.38%
B=40.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011851960.480.0600.23186.9544.658.24
Hex65B9C4306017bb2d3a
Octal1452713046060272735572
Binary1100101101110011100010011000011001011110111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,196); }

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

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

 a { background-color: rgb(101,185,196); }

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

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

 span { border-color: rgb(101,185,196); }

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