#69B0B3

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

Shades of Fountain Blue #69B0B3

Tints of Fountain Blue #69B0B3

Color information

#69B0B3 (or 0x69B0B3) is unknown color: approx Fountain Blue. HEX triplet: 69, B0 and B3. RGB value is (105,176,179). Sum of RGB (Red+Green+Blue) = 105+176+179=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #69B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0B3 is #964F4C. Grayscale: #9B9B9B. Windows color (decimal): -9850701 or 11776105. OLE color: 11776105.

HSL color Cylindrical-coordinate representation of color #69B0B3: hue angle of 182.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B0B3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105176179-
CMYK0.410.0200.30
HSL182.43º32.74%55.69%-
HSV(B)182.43º41.34%70.2%-
XYZ29.4937.3148.29-
YUV155.11141.4892.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 179 (70.31% from 255) = 38.91%
R=22.83%
G=38.26%
B=38.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051761790.410.0200.30182.4332.7455.69
Hex69B0B329201Eb62138
Octal1512602635120362664170
Binary110100110110000101100111010011001111010110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,179); }

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

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

 a { background-color: rgb(105,176,179); }

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

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

 span { border-color: rgb(105,176,179); }

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