Html Css Color HEX #69B5BF Fountain Blue

📋 copy color: '#69B5BF'

red 105 ◦ green 181 ◦ blue 191

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

Shades of Fountain Blue #69B5BF

Tints of Fountain Blue #69B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 22.01%
G = 37.95%
B = 40.04%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#69B5BF (or 0x69B5BF) is known color: Fountain Blue. HEX triplet: 69, B5 and BF. RGB value is (105,181,191). Sum of RGB (Red+Green+Blue) = 105+181+191=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #69B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5BF is #964A40. Grayscale: #9F9F9F. Windows color (decimal): -9849409 or 12563817. OLE color: 12563817.

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

Color convert

RGB 105 181 191 -
CMYK 0.45 0.05 0 0.25
HSL 186.98º 0.4% 0.58% -
HSV(B) 186.98º 0.45% 0.75% -
XYZ 31.75 39.81 55.3 -
YUV 159.42 145.82 89.19 -
System Red Green Blue C M Y K H S L
Decimal 105 181 191 0.45 0.05 0 0.25 186.98 0.4 0.58
Hex 69 B5 BF 2D 5 0 19 BB 28 3A
Octal 151 265 277 55 5 0 31 273 50 72
Binary 1101001 10110101 10111111 101101 101 0 11001 10111011 101000 111010

Color Harmonies of #69B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B5BF

Black with #69B5BF

Text Example


Text Example

White with #69B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,181,191); }

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

background-color css

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

 a { background-color: rgb(105,181,191); }

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

border-color css

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

 span { border-color: rgb(105,181,191); }

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