#69BBBE

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

Shades of Fountain Blue #69BBBE

Tints of Fountain Blue #69BBBE

Color information

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

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

Color convert

RGB105187190-
CMYK0.450.0200.25
HSL182.12º39.53%57.84%-
HSV(B)182.12º44.74%74.51%-
XYZ32.8942.2655.14-
YUV162.82143.3386.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051871900.450.0200.25182.1239.5357.84
Hex69BBBE2D2019b6283a
Octal1512732765520312665072
Binary110100110111011101111101011011001100110110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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