Html Css Color HEX #68B9BC Fountain Blue

📋 copy color: '#68B9BC'

red 104 ◦ green 185 ◦ blue 188

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

Shades of Fountain Blue #68B9BC

Tints of Fountain Blue #68B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

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

R = 21.8%
G = 38.78%
B = 39.41%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68B9BC (or 0x68B9BC) is known color: Fountain Blue. HEX triplet: 68, B9 and BC. RGB value is (104,185,188). Sum of RGB (Red+Green+Blue) = 104+185+188=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #68B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9BC is #974643. Grayscale: #A1A1A1. Windows color (decimal): -9913924 or 12368232. OLE color: 12368232.

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

Color convert

RGB 104 185 188 -
CMYK 0.45 0.02 0 0.26
HSL 182.14º 0.39% 0.57% -
HSV(B) 182.14º 0.45% 0.74% -
XYZ 32.13 41.27 53.85 -
YUV 161.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 104 185 188 0.45 0.02 0 0.26 182.14 0.39 0.57
Hex 68 B9 BC 2D 2 0 1A B6 27 39
Octal 150 271 274 55 2 0 32 266 47 71
Binary 1101000 10111001 10111100 101101 10 0 11010 10110110 100111 111001

Color Harmonies of #68B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9BC

Black with #68B9BC

Text Example


Text Example

White with #68B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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