Html Css Color HEX #69B1BE Fountain Blue

📋 copy color: '#69B1BE'

red 105 ◦ green 177 ◦ blue 190

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

Shades of Fountain Blue #69B1BE

Tints of Fountain Blue #69B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 22.25%
G = 37.5%
B = 40.25%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#69B1BE (or 0x69B1BE) is known color: Fountain Blue. HEX triplet: 69, B1 and BE. RGB value is (105,177,190). Sum of RGB (Red+Green+Blue) = 105+177+190=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #69B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1BE is #964E41. Grayscale: #9C9C9C. Windows color (decimal): -9850434 or 12497257. OLE color: 12497257.

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

Color convert

RGB 105 177 190 -
CMYK 0.45 0.07 0 0.25
HSL 189.18º 0.4% 0.58% -
HSV(B) 189.18º 0.45% 0.75% -
XYZ 30.84 38.17 54.46 -
YUV 156.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 105 177 190 0.45 0.07 0 0.25 189.18 0.4 0.58
Hex 69 B1 BE 2D 7 0 19 BD 28 3A
Octal 151 261 276 55 7 0 31 275 50 72
Binary 1101001 10110001 10111110 101101 111 0 11001 10111101 101000 111010

Color Harmonies of #69B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B1BE

Black with #69B1BE

Text Example


Text Example

White with #69B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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