#69BEB8

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

Shades of Fountain Blue #69BEB8

Tints of Fountain Blue #69BEB8

Color information

#69BEB8 (or 0x69BEB8) is unknown color: approx Fountain Blue. HEX triplet: 69, BE and B8. RGB value is (105,190,184). Sum of RGB (Red+Green+Blue) = 105+190+184=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEB8 is #964147. Grayscale: #A3A3A3. Windows color (decimal): -9847112 or 12107369. OLE color: 12107369.

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

Color convert

RGB105190184-
CMYK0.4500.030.25
HSL175.76º39.53%57.84%-
HSV(B)175.76º44.74%74.51%-
XYZ32.8943.2951.97-
YUV163.9139.3485.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 184 (72.27% from 255) = 38.41%
R=21.92%
G=39.67%
B=38.41%

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
Decimal1051901840.4500.030.25175.7639.5357.84
Hex69BEB82D0319b0283a
Octal1512762705503312605072
Binary110100110111110101110001011010111100110110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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