#65BBBE

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

Shades of Fountain Blue #65BBBE

Tints of Fountain Blue #65BBBE

Color information

#65BBBE (or 0x65BBBE) is unknown color: approx Fountain Blue. HEX triplet: 65, BB and BE. RGB value is (101,187,190). Sum of RGB (Red+Green+Blue) = 101+187+190=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #65BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBBE is #9A4441. Grayscale: #A1A1A1. Windows color (decimal): -10110018 or 12499813. OLE color: 12499813.

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

Color convert

RGB101187190-
CMYK0.470.0200.25
HSL182.02º40.64%57.06%-
HSV(B)182.02º46.84%74.51%-
XYZ32.4342.0355.12-
YUV161.63144.0184.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.13%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=21.13%
G=39.12%
B=39.75%

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
Decimal1011871900.470.0200.25182.0240.6457.06
Hex65BBBE2F2019b62939
Octal1452732765720312665171
Binary110010110111011101111101011111001100110110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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