Html Css Color HEX #68ADB3 Fountain Blue

📋 copy color: '#68ADB3'

red 104 ◦ green 173 ◦ blue 179

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

Shades of Fountain Blue #68ADB3

Tints of Fountain Blue #68ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 179 (70.31% from 255) = 39.25%

R = 22.81%
G = 37.94%
B = 39.25%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#68ADB3 (or 0x68ADB3) is known color: Fountain Blue. HEX triplet: 68, AD and B3. RGB value is (104,173,179). Sum of RGB (Red+Green+Blue) = 104+173+179=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #68ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADB3 is #97524C. Grayscale: #989898. Windows color (decimal): -9917005 or 11775336. OLE color: 11775336.

HSL color Cylindrical-coordinate representation of color #68ADB3: hue angle of 184.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68ADB3 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 173 179 -
CMYK 0.42 0.03 0 0.30
HSL 184.8º 0.33% 0.55% -
HSV(B) 184.8º 0.42% 0.7% -
XYZ 28.79 36.08 48.1 -
YUV 153.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 104 173 179 0.42 0.03 0 0.30 184.8 0.33 0.55
Hex 68 AD B3 2A 3 0 1E B9 21 37
Octal 150 255 263 52 3 0 36 271 41 67
Binary 1101000 10101101 10110011 101010 11 0 11110 10111001 100001 110111

Color Harmonies of #68ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADB3

Black with #68ADB3

Text Example


Text Example

White with #68ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,179); }

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

background-color css

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

 a { background-color: rgb(104,173,179); }

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

border-color css

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

 span { border-color: rgb(104,173,179); }

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