Html Css Color HEX #68B5BB Fountain Blue

📋 copy color: '#68B5BB'

red 104 ◦ green 181 ◦ blue 187

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

Shades of Fountain Blue #68B5BB

Tints of Fountain Blue #68B5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 22.03%
G = 38.35%
B = 39.62%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68B5BB (or 0x68B5BB) is known color: Fountain Blue. HEX triplet: 68, B5 and BB. RGB value is (104,181,187). Sum of RGB (Red+Green+Blue) = 104+181+187=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #68B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5BB is #974A44. Grayscale: #9E9E9E. Windows color (decimal): -9914949 or 12301672. OLE color: 12301672.

HSL color Cylindrical-coordinate representation of color #68B5BB: hue angle of 184.34º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B5BB is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 181 187 -
CMYK 0.44 0.03 0 0.27
HSL 184.34º 0.38% 0.57% -
HSV(B) 184.34º 0.44% 0.73% -
XYZ 31.2 39.58 53.01 -
YUV 158.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 104 181 187 0.44 0.03 0 0.27 184.34 0.38 0.57
Hex 68 B5 BB 2C 3 0 1B B8 26 39
Octal 150 265 273 54 3 0 33 270 46 71
Binary 1101000 10110101 10111011 101100 11 0 11011 10111000 100110 111001

Color Harmonies of #68B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5BB

Black with #68B5BB

Text Example


Text Example

White with #68B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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