Html Css Color HEX #68ABBC Fountain Blue

📋 copy color: '#68ABBC'

red 104 ◦ green 171 ◦ blue 188

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

Shades of Fountain Blue #68ABBC

Tints of Fountain Blue #68ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 22.46%
G = 36.93%
B = 40.6%

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

#68ABBC (or 0x68ABBC) is known color: Fountain Blue. HEX triplet: 68, AB and BC. RGB value is (104,171,188). Sum of RGB (Red+Green+Blue) = 104+171+188=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #68ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABBC is #975443. Grayscale: #989898. Windows color (decimal): -9917508 or 12364648. OLE color: 12364648.

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

Color convert

RGB 104 171 188 -
CMYK 0.45 0.09 0 0.26
HSL 192.14º 0.39% 0.57% -
HSV(B) 192.14º 0.45% 0.74% -
XYZ 29.35 35.7 52.92 -
YUV 152.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 104 171 188 0.45 0.09 0 0.26 192.14 0.39 0.57
Hex 68 AB BC 2D 9 0 1A C0 27 39
Octal 150 253 274 55 11 0 32 300 47 71
Binary 1101000 10101011 10111100 101101 1001 0 11010 11000000 100111 111001

Color Harmonies of #68ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABBC

Black with #68ABBC

Text Example


Text Example

White with #68ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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