#69BEB9

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

Shades of Fountain Blue #69BEB9

Tints of Fountain Blue #69BEB9

Color information

#69BEB9 (or 0x69BEB9) is unknown color: approx Fountain Blue. HEX triplet: 69, BE and B9. RGB value is (105,190,185). Sum of RGB (Red+Green+Blue) = 105+190+185=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEB9 is #964146. Grayscale: #A3A3A3. Windows color (decimal): -9847111 or 12172905. OLE color: 12172905.

HSL color Cylindrical-coordinate representation of color #69BEB9: hue angle of 176.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEB9 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB105190185-
CMYK0.4500.030.25
HSL176.47º39.53%57.84%-
HSV(B)176.47º44.74%74.51%-
XYZ3343.3352.52-
YUV164.02139.8485.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=21.88%
G=39.58%
B=38.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901850.4500.030.25176.4739.5357.84
Hex69BEB92D0319b0283a
Octal1512762715503312605072
Binary110100110111110101110011011010111100110110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BEB9; }

 p { color: rgb(105,190,185); }

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

<style>
 a { background-color: #69BEB9; }

 a { background-color: rgb(105,190,185); }

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

<style>
 span { border-color: #69BEB9; }

 span { border-color: rgb(105,190,185); }

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