Html Css Color HEX #69B8BE Fountain Blue

📋 copy color: '#69B8BE'

red 105 ◦ green 184 ◦ blue 190

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

Shades of Fountain Blue #69B8BE

Tints of Fountain Blue #69B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

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

R = 21.92%
G = 38.41%
B = 39.67%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#69B8BE (or 0x69B8BE) is known color: Fountain Blue. HEX triplet: 69, B8 and BE. RGB value is (105,184,190). Sum of RGB (Red+Green+Blue) = 105+184+190=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #69B8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8BE is #964741. Grayscale: #A0A0A0. Windows color (decimal): -9848642 or 12499049. OLE color: 12499049.

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

Color convert

RGB 105 184 190 -
CMYK 0.45 0.03 0 0.25
HSL 184.24º 0.4% 0.58% -
HSV(B) 184.24º 0.45% 0.75% -
XYZ 32.26 41 54.93 -
YUV 161.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 105 184 190 0.45 0.03 0 0.25 184.24 0.4 0.58
Hex 69 B8 BE 2D 3 0 19 B8 28 3A
Octal 151 270 276 55 3 0 31 270 50 72
Binary 1101001 10111000 10111110 101101 11 0 11001 10111000 101000 111010

Color Harmonies of #69B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B8BE

Black with #69B8BE

Text Example


Text Example

White with #69B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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