#69BEBB

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

Shades of Fountain Blue #69BEBB

Tints of Fountain Blue #69BEBB

Color information

#69BEBB (or 0x69BEBB) is unknown color: approx Fountain Blue. HEX triplet: 69, BE and BB. RGB value is (105,190,187). Sum of RGB (Red+Green+Blue) = 105+190+187=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEBB is #964144. Grayscale: #A4A4A4. Windows color (decimal): -9847109 or 12303977. OLE color: 12303977.

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

Color convert

RGB105190187-
CMYK0.4500.020.25
HSL177.88º39.53%57.84%-
HSV(B)177.88º44.74%74.51%-
XYZ33.2143.4253.64-
YUV164.24140.8485.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=21.78%
G=39.42%
B=38.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901870.4500.020.25177.8839.5357.84
Hex69BEBB2D0219b2283a
Octal1512762735502312625072
Binary110100110111110101110111011010101100110110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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