Html Css Color HEX #69B5B1 Fountain Blue

📋 copy color: '#69B5B1'

red 105 ◦ green 181 ◦ blue 177

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

Shades of Fountain Blue #69B5B1

Tints of Fountain Blue #69B5B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 22.68%
G = 39.09%
B = 38.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#69B5B1 (or 0x69B5B1) is known color: Fountain Blue. HEX triplet: 69, B5 and B1. RGB value is (105,181,177). Sum of RGB (Red+Green+Blue) = 105+181+177=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #69B5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B5B1 is #964A4E. Grayscale: #9D9D9D. Windows color (decimal): -9849423 or 11646313. OLE color: 11646313.

HSL color Cylindrical-coordinate representation of color #69B5B1: hue angle of 176.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B5B1 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 181 177 -
CMYK 0.42 0 0.02 0.29
HSL 176.84º 0.34% 0.56% -
HSV(B) 176.84º 0.42% 0.71% -
XYZ 30.29 39.23 47.57 -
YUV 157.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 105 181 177 0.42 0 0.02 0.29 176.84 0.34 0.56
Hex 69 B5 B1 2A 0 2 1D B1 22 38
Octal 151 265 261 52 0 2 35 261 42 70
Binary 1101001 10110101 10110001 101010 0 10 11101 10110001 100010 111000

Color Harmonies of #69B5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B5B1

Black with #69B5B1

Text Example


Text Example

White with #69B5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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