Html Css Color HEX #68ACBB Fountain Blue

📋 copy color: '#68ACBB'

red 104 ◦ green 172 ◦ blue 187

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

Shades of Fountain Blue #68ACBB

Tints of Fountain Blue #68ACBB

RGB

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

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

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

R = 22.46%
G = 37.15%
B = 40.39%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68ACBB (or 0x68ACBB) is known color: Fountain Blue. HEX triplet: 68, AC and BB. RGB value is (104,172,187). Sum of RGB (Red+Green+Blue) = 104+172+187=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #68ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBB is #975344. Grayscale: #999999. Windows color (decimal): -9917253 or 12299368. OLE color: 12299368.

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

Color convert

RGB 104 172 187 -
CMYK 0.44 0.08 0 0.27
HSL 190.84º 0.38% 0.57% -
HSV(B) 190.84º 0.44% 0.73% -
XYZ 29.43 36.04 52.42 -
YUV 153.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 104 172 187 0.44 0.08 0 0.27 190.84 0.38 0.57
Hex 68 AC BB 2C 8 0 1B BF 26 39
Octal 150 254 273 54 10 0 33 277 46 71
Binary 1101000 10101100 10111011 101100 1000 0 11011 10111111 100110 111001

Color Harmonies of #68ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACBB

Black with #68ACBB

Text Example


Text Example

White with #68ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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