Html Css Color HEX #69B0BA Fountain Blue

📋 copy color: '#69B0BA'

red 105 ◦ green 176 ◦ blue 186

#69B0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #69B0BA

Tints of Fountain Blue #69B0BA

RGB

 RED value IS 105 (41.41% from 255) = 22.48%

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 22.48%
G = 37.69%
B = 39.83%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#69B0BA (or 0x69B0BA) is known color: Fountain Blue. HEX triplet: 69, B0 and BA. RGB value is (105,176,186). Sum of RGB (Red+Green+Blue) = 105+176+186=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #69B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0BA is #964F45. Grayscale: #9B9B9B. Windows color (decimal): -9850694 or 12234857. OLE color: 12234857.

HSL color Cylindrical-coordinate representation of color #69B0BA: hue angle of 187.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69B0BA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 176 186 -
CMYK 0.44 0.05 0 0.27
HSL 187.41º 0.37% 0.57% -
HSV(B) 187.41º 0.44% 0.73% -
XYZ 30.21 37.6 52.12 -
YUV 155.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 105 176 186 0.44 0.05 0 0.27 187.41 0.37 0.57
Hex 69 B0 BA 2C 5 0 1B BB 25 39
Octal 151 260 272 54 5 0 33 273 45 71
Binary 1101001 10110000 10111010 101100 101 0 11011 10111011 100101 111001

Color Harmonies of #69B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B0BA

Black with #69B0BA

Text Example


Text Example

White with #69B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69B0BA;
 }
 .AnyTagClassName
 {
   color: #69B0BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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