Html Css Color HEX #68B7BC Fountain Blue

📋 copy color: '#68B7BC'

red 104 ◦ green 183 ◦ blue 188

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

Shades of Fountain Blue #68B7BC

Tints of Fountain Blue #68B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 21.89%
G = 38.53%
B = 39.58%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68B7BC (or 0x68B7BC) is known color: Fountain Blue. HEX triplet: 68, B7 and BC. RGB value is (104,183,188). Sum of RGB (Red+Green+Blue) = 104+183+188=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #68B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7BC is #974843. Grayscale: #9F9F9F. Windows color (decimal): -9914436 or 12367720. OLE color: 12367720.

HSL color Cylindrical-coordinate representation of color #68B7BC: hue angle of 183.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B7BC is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 183 188 -
CMYK 0.45 0.03 0 0.26
HSL 183.57º 0.39% 0.57% -
HSV(B) 183.57º 0.45% 0.74% -
XYZ 31.72 40.44 53.71 -
YUV 159.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 104 183 188 0.45 0.03 0 0.26 183.57 0.39 0.57
Hex 68 B7 BC 2D 3 0 1A B8 27 39
Octal 150 267 274 55 3 0 32 270 47 71
Binary 1101000 10110111 10111100 101101 11 0 11010 10111000 100111 111001

Color Harmonies of #68B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B7BC

Black with #68B7BC

Text Example


Text Example

White with #68B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,183,188); }

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

background-color css

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

 a { background-color: rgb(104,183,188); }

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

border-color css

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

 span { border-color: rgb(104,183,188); }

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