Html Css Color HEX #68B5BE Fountain Blue

📋 copy color: '#68B5BE'

red 104 ◦ green 181 ◦ blue 190

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

Shades of Fountain Blue #68B5BE

Tints of Fountain Blue #68B5BE

RGB

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

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

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

R = 21.89%
G = 38.11%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68B5BE (or 0x68B5BE) is known color: Fountain Blue. HEX triplet: 68, B5 and BE. RGB value is (104,181,190). Sum of RGB (Red+Green+Blue) = 104+181+190=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5BE is #974A41. Grayscale: #9E9E9E. Windows color (decimal): -9914946 or 12498280. OLE color: 12498280.

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

Color convert

RGB 104 181 190 -
CMYK 0.45 0.05 0 0.25
HSL 186.28º 0.4% 0.58% -
HSV(B) 186.28º 0.45% 0.75% -
XYZ 31.53 39.71 54.72 -
YUV 159 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 104 181 190 0.45 0.05 0 0.25 186.28 0.4 0.58
Hex 68 B5 BE 2D 5 0 19 BA 28 3A
Octal 150 265 276 55 5 0 31 272 50 72
Binary 1101000 10110101 10111110 101101 101 0 11001 10111010 101000 111010

Color Harmonies of #68B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5BE

Black with #68B5BE

Text Example


Text Example

White with #68B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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