Html Css Color HEX #69B9B7 Fountain Blue

📋 copy color: '#69B9B7'

red 105 ◦ green 185 ◦ blue 183

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

Shades of Fountain Blue #69B9B7

Tints of Fountain Blue #69B9B7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 22.2%
G = 39.11%
B = 38.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#69B9B7 (or 0x69B9B7) is known color: Fountain Blue. HEX triplet: 69, B9 and B7. RGB value is (105,185,183). Sum of RGB (Red+Green+Blue) = 105+185+183=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #69B9B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B9B7 is #964648. Grayscale: #A0A0A0. Windows color (decimal): -9848393 or 12040553. OLE color: 12040553.

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

Color convert

RGB 105 185 183 -
CMYK 0.43 0 0.01 0.27
HSL 178.5º 0.36% 0.57% -
HSV(B) 178.5º 0.43% 0.73% -
XYZ 31.72 41.12 51.06 -
YUV 160.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 105 185 183 0.43 0 0.01 0.27 178.5 0.36 0.57
Hex 69 B9 B7 2B 0 1 1B B2 24 39
Octal 151 271 267 53 0 1 33 262 44 71
Binary 1101001 10111001 10110111 101011 0 1 11011 10110010 100100 111001

Color Harmonies of #69B9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B9B7

Black with #69B9B7

Text Example


Text Example

White with #69B9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,185,183); }

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

background-color css

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

 a { background-color: rgb(105,185,183); }

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

border-color css

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

 span { border-color: rgb(105,185,183); }

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