Html Css Color HEX #68BABD Fountain Blue

📋 copy color: '#68BABD'

red 104 ◦ green 186 ◦ blue 189

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

Shades of Fountain Blue #68BABD

Tints of Fountain Blue #68BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

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

R = 21.71%
G = 38.83%
B = 39.46%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68BABD (or 0x68BABD) is known color: Fountain Blue. HEX triplet: 68, BA and BD. RGB value is (104,186,189). Sum of RGB (Red+Green+Blue) = 104+186+189=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #68BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BABD is #974542. Grayscale: #A1A1A1. Windows color (decimal): -9913667 or 12434024. OLE color: 12434024.

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

Color convert

RGB 104 186 189 -
CMYK 0.45 0.02 0 0.26
HSL 182.12º 0.39% 0.57% -
HSV(B) 182.12º 0.45% 0.74% -
XYZ 32.45 41.73 54.49 -
YUV 161.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 104 186 189 0.45 0.02 0 0.26 182.12 0.39 0.57
Hex 68 BA BD 2D 2 0 1A B6 27 39
Octal 150 272 275 55 2 0 32 266 47 71
Binary 1101000 10111010 10111101 101101 10 0 11010 10110110 100111 111001

Color Harmonies of #68BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BABD

Black with #68BABD

Text Example


Text Example

White with #68BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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