Html Css Color HEX #68ACBC Fountain Blue

📋 copy color: '#68ACBC'

red 104 ◦ green 172 ◦ blue 188

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

Shades of Fountain Blue #68ACBC

Tints of Fountain Blue #68ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 22.41%
G = 37.07%
B = 40.52%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68ACBC (or 0x68ACBC) is known color: Fountain Blue. HEX triplet: 68, AC and BC. RGB value is (104,172,188). Sum of RGB (Red+Green+Blue) = 104+172+188=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #68ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBC is #975343. Grayscale: #999999. Windows color (decimal): -9917252 or 12364904. OLE color: 12364904.

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

Color convert

RGB 104 172 188 -
CMYK 0.45 0.09 0 0.26
HSL 191.43º 0.39% 0.57% -
HSV(B) 191.43º 0.45% 0.74% -
XYZ 29.54 36.08 52.98 -
YUV 153.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 104 172 188 0.45 0.09 0 0.26 191.43 0.39 0.57
Hex 68 AC BC 2D 9 0 1A BF 27 39
Octal 150 254 274 55 11 0 32 277 47 71
Binary 1101000 10101100 10111100 101101 1001 0 11010 10111111 100111 111001

Color Harmonies of #68ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACBC

Black with #68ACBC

Text Example


Text Example

White with #68ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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