Html Css Color HEX #68ABBD Fountain Blue

📋 copy color: '#68ABBD'

red 104 ◦ green 171 ◦ blue 189

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

Shades of Fountain Blue #68ABBD

Tints of Fountain Blue #68ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 22.41%
G = 36.85%
B = 40.73%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68ABBD (or 0x68ABBD) is known color: Fountain Blue. HEX triplet: 68, AB and BD. RGB value is (104,171,189). Sum of RGB (Red+Green+Blue) = 104+171+189=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #68ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABBD is #975442. Grayscale: #989898. Windows color (decimal): -9917507 or 12430184. OLE color: 12430184.

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

Color convert

RGB 104 171 189 -
CMYK 0.45 0.10 0 0.26
HSL 192.71º 0.39% 0.57% -
HSV(B) 192.71º 0.45% 0.74% -
XYZ 29.46 35.74 53.49 -
YUV 153.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 104 171 189 0.45 0.10 0 0.26 192.71 0.39 0.57
Hex 68 AB BD 2D A 0 1A C1 27 39
Octal 150 253 275 55 12 0 32 301 47 71
Binary 1101000 10101011 10111101 101101 1010 0 11010 11000001 100111 111001

Color Harmonies of #68ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABBD

Black with #68ABBD

Text Example


Text Example

White with #68ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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