Html Css Color HEX #68B9BE Fountain Blue

📋 copy color: '#68B9BE'

red 104 ◦ green 185 ◦ blue 190

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

Shades of Fountain Blue #68B9BE

Tints of Fountain Blue #68B9BE

RGB

 RED value IS 104 (41.02% from 255) = 21.71%

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

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

R = 21.71%
G = 38.62%
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

#68B9BE (or 0x68B9BE) is known color: Fountain Blue. HEX triplet: 68, B9 and BE. RGB value is (104,185,190). Sum of RGB (Red+Green+Blue) = 104+185+190=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 185 (72.66% from 255 or 38.62% 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 #68B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9BE is #974641. Grayscale: #A1A1A1. Windows color (decimal): -9913922 or 12499304. OLE color: 12499304.

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

Color convert

RGB 104 185 190 -
CMYK 0.45 0.03 0 0.25
HSL 183.49º 0.4% 0.58% -
HSV(B) 183.49º 0.45% 0.75% -
XYZ 32.35 41.36 54.99 -
YUV 161.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 104 185 190 0.45 0.03 0 0.25 183.49 0.4 0.58
Hex 68 B9 BE 2D 3 0 19 B7 28 3A
Octal 150 271 276 55 3 0 31 267 50 72
Binary 1101000 10111001 10111110 101101 11 0 11001 10110111 101000 111010

Color Harmonies of #68B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9BE

Black with #68B9BE

Text Example


Text Example

White with #68B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B9BE; }

 p { color: rgb(104,185,190); }

 H1.HeaderClassName
 {
   color: #68B9BE;
 }
 .AnyTagClassName
 {
   color: #68B9BE;
 }
</style>

background-color css

<style>
 a { background-color: #68B9BE; }

 a { background-color: rgb(104,185,190); }

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

border-color css

<style>
 span { border-color: #68B9BE; }

 span { border-color: rgb(104,185,190); }

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