Html Css Color HEX #68B4BC Fountain Blue

📋 copy color: '#68B4BC'

red 104 ◦ green 180 ◦ blue 188

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

Shades of Fountain Blue #68B4BC

Tints of Fountain Blue #68B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 22.03%
G = 38.14%
B = 39.83%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68B4BC (or 0x68B4BC) is known color: Fountain Blue. HEX triplet: 68, B4 and BC. RGB value is (104,180,188). Sum of RGB (Red+Green+Blue) = 104+180+188=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #68B4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B4BC is #974B43. Grayscale: #9E9E9E. Windows color (decimal): -9915204 or 12366952. OLE color: 12366952.

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

Color convert

RGB 104 180 188 -
CMYK 0.45 0.04 0 0.26
HSL 185.71º 0.39% 0.57% -
HSV(B) 185.71º 0.45% 0.74% -
XYZ 31.11 39.22 53.51 -
YUV 158.19 144.82 89.35 -
System Red Green Blue C M Y K H S L
Decimal 104 180 188 0.45 0.04 0 0.26 185.71 0.39 0.57
Hex 68 B4 BC 2D 4 0 1A BA 27 39
Octal 150 264 274 55 4 0 32 272 47 71
Binary 1101000 10110100 10111100 101101 100 0 11010 10111010 100111 111001

Color Harmonies of #68B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B4BC

Black with #68B4BC

Text Example


Text Example

White with #68B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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