Html Css Color HEX #68B1BB Fountain Blue

📋 copy color: '#68B1BB'

red 104 ◦ green 177 ◦ blue 187

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

Shades of Fountain Blue #68B1BB

Tints of Fountain Blue #68B1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 22.22%
G = 37.82%
B = 39.96%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68B1BB (or 0x68B1BB) is known color: Fountain Blue. HEX triplet: 68, B1 and BB. RGB value is (104,177,187). Sum of RGB (Red+Green+Blue) = 104+177+187=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #68B1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1BB is #974E44. Grayscale: #9C9C9C. Windows color (decimal): -9915973 or 12300648. OLE color: 12300648.

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

Color convert

RGB 104 177 187 -
CMYK 0.44 0.05 0 0.27
HSL 187.23º 0.38% 0.57% -
HSV(B) 187.23º 0.44% 0.73% -
XYZ 30.4 37.98 52.74 -
YUV 156.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 104 177 187 0.44 0.05 0 0.27 187.23 0.38 0.57
Hex 68 B1 BB 2C 5 0 1B BB 26 39
Octal 150 261 273 54 5 0 33 273 46 71
Binary 1101000 10110001 10111011 101100 101 0 11011 10111011 100110 111001

Color Harmonies of #68B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1BB

Black with #68B1BB

Text Example


Text Example

White with #68B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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