Html Css Color HEX #68B5BF Fountain Blue

📋 copy color: '#68B5BF'

red 104 ◦ green 181 ◦ blue 191

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

Shades of Fountain Blue #68B5BF

Tints of Fountain Blue #68B5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 21.85%
G = 38.03%
B = 40.13%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68B5BF (or 0x68B5BF) is known color: Fountain Blue. HEX triplet: 68, B5 and BF. RGB value is (104,181,191). Sum of RGB (Red+Green+Blue) = 104+181+191=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #68B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5BF is #974A40. Grayscale: #9E9E9E. Windows color (decimal): -9914945 or 12563816. OLE color: 12563816.

HSL color Cylindrical-coordinate representation of color #68B5BF: hue angle of 186.9º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B5BF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 181 191 -
CMYK 0.46 0.05 0 0.25
HSL 186.9º 0.4% 0.58% -
HSV(B) 186.9º 0.46% 0.75% -
XYZ 31.64 39.75 55.3 -
YUV 159.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 104 181 191 0.46 0.05 0 0.25 186.9 0.4 0.58
Hex 68 B5 BF 2E 5 0 19 BB 28 3A
Octal 150 265 277 56 5 0 31 273 50 72
Binary 1101000 10110101 10111111 101110 101 0 11001 10111011 101000 111010

Color Harmonies of #68B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5BF

Black with #68B5BF

Text Example


Text Example

White with #68B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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